summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* update cmake filesPeng Wu2016-11-292-4/+29
* fixes compilePeng Wu2016-11-293-3/+3
* update Makefile.amPeng Wu2016-10-314-20/+16
* update code licensePeng Wu2016-10-3121-147/+126
* update header licensePeng Wu2016-10-3140-280/+240
* fixes warningsPeng Wu2016-10-281-3/+3
* add file length and checksum checks for MemoryChunkPeng Wu2016-10-261-10/+70
* write get_check_sum methodPeng Wu2016-10-251-0/+30
* import open-gram dictionaryPeng Wu2016-10-092-4/+6
* fixes compute_pronunciation_possibility functionPeng Wu2016-08-151-2/+4
* fixes pinyin_get_character_offset functionPeng Wu2016-08-121-3/+3
* fixes pinyin_remember_user_input functionPeng Wu2016-08-091-1/+1
* fixes pinyin_get_character_offset functionPeng Wu2016-08-081-1/+1
* fixes pinyin_get_character_offset functionPeng Wu2016-08-081-5/+2
* fixes pinyin_get_character_offset functionPeng Wu2016-08-081-0/+6
* fixes a typoPeng Wu2016-07-221-0/+2
* clean up FullPinyinParser2Peng Wu2016-07-211-20/+0
* fixes fill_matrix functionPeng Wu2016-07-211-6/+12
* fixes pinyin_get_right_pinyin_offset functionPeng Wu2016-07-211-0/+2
* fixes fill_matrix functionPeng Wu2016-07-213-6/+8
* fixes _pre_compute_tokens functionPeng Wu2016-07-211-5/+27
* fixes _get_char_offset_recur functionPeng Wu2016-07-201-0/+3
* fixes warningsPeng Wu2016-07-202-5/+3
* code refactorPeng Wu2016-07-201-10/+10
* fixes pinyin_get_character_offset functionPeng Wu2016-07-202-17/+134
* fixes a typoPeng Wu2016-07-201-1/+3
* fixes get_best_match againPeng Wu2016-07-121-1/+19
* fixes mask_out methods with Berkeley DBPeng Wu2016-07-112-2/+3
* fixes pinyin_remember_user_input functionPeng Wu2016-07-111-1/+1
* add commentsPeng Wu2016-07-113-1/+9
* fixes pinyin_guess_candidates functionPeng Wu2016-07-081-0/+3
* fixes get_best_match methodPeng Wu2016-07-071-1/+1
* add safe guardsPeng Wu2016-07-061-1/+4
* fixes empty inputPeng Wu2016-07-063-0/+28
* fixes pinyin_reset functionPeng Wu2016-07-061-0/+1
* fixes typosPeng Wu2016-07-051-4/+1
* add spacesPeng Wu2016-07-051-7/+13
* fixes auxiliary textPeng Wu2016-07-051-20/+14
* fixes ChewingKeyPeng Wu2016-07-042-4/+5
* drop pinyin_get_n_pinyin functionPeng Wu2016-07-042-13/+0
* clean pinyin_parser2.cppPeng Wu2016-07-041-184/+0
* clean pinyin.cppPeng Wu2016-07-041-424/+0
* update Vistor codePeng Wu2016-07-042-8/+7
* fixes warningsPeng Wu2016-07-012-4/+8
* rename APIPeng Wu2016-07-013-16/+16
* fixes compilePeng Wu2016-07-012-0/+2
* update Kyoto Cabinet mask out methodsPeng Wu2016-07-012-32/+8
* update Berkeley DB mask out methodsPeng Wu2016-07-012-38/+2
* write pinyin_remove_user_candidate functionPeng Wu2016-07-011-0/+36
* write pinyin_is_user_candidate functionPeng Wu2016-07-013-0/+50