summaryrefslogtreecommitdiffstats
path: root/src/pinyin.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* refine pinyin_free_candidatesPeng Wu2012-07-021-1/+0
* write pinyin_free_candidatesPeng Wu2012-07-021-0/+8
* rename pinyin_choose_full_pinyin_candidatePeng Wu2012-07-021-3/+3
* remove pinyin_choose_candidatePeng Wu2012-07-021-18/+0
* fixes _remove_duplicated_items_by_phrase_stringPeng Wu2012-07-021-30/+35
* enable remove duplicated itemsPeng Wu2012-07-021-12/+34
* write _remove_duplicated_items_by_phrase_stringPeng Wu2012-07-021-2/+87
* write _compute_strings_of_itemsPeng Wu2012-07-021-0/+36
* comment out _remove_duplicated_itemsPeng Wu2012-07-021-1/+10
* update pinyin_get/choose_candidatesPeng Wu2012-06-281-4/+8
* add load/save multiple phrase librariesPeng Wu2012-06-281-9/+70
* refine pinyin_guess_sentence_with_prefixPeng Wu2012-06-271-5/+5
* write pinyin_iterator_add_phrasePeng Wu2012-06-271-2/+88
* write pinyin begin/end add phrasePeng Wu2012-06-271-0/+15
* begin to write import iteratorPeng Wu2012-06-261-0/+4
* fixes a typoPeng Wu2012-06-261-5/+6
* refine pinyin.cppPeng Wu2012-06-251-94/+61
* add assertPeng Wu2012-06-211-0/+10
* fixes phrase library loadPeng Wu2012-06-191-9/+9
* improves pinyin_savePeng Wu2012-06-191-5/+15
* fixes pinyin_unload_phrase_libraryPeng Wu2012-06-191-0/+1
* fixes pinyin_finiPeng Wu2012-06-191-2/+6
* fixes crashPeng Wu2012-06-181-2/+4
* write get_dbin_filenamePeng Wu2012-06-181-15/+11
* update check_formatPeng Wu2012-06-181-39/+31
* write load/unload phrase indexPeng Wu2012-06-181-34/+119
* begin to write multiple phrase library supportPeng Wu2012-06-181-0/+11
* fixes pinyin_choose_full_pinyin_candidatePeng Wu2012-05-291-1/+6
* fixes pinyin_get_candidatesPeng Wu2012-05-281-2/+2
* fixes _append_itemsPeng Wu2012-05-241-1/+1
* rename compat to compactPeng Wu2012-05-211-0/+2
* update pinyin.cppPeng Wu2012-05-161-29/+5
* improves _get_previous_tokenPeng Wu2012-05-081-0/+23
* write pinyin_choose_full_pinyin_candidatePeng Wu2012-04-271-0/+39
* fixes a typoPeng Wu2012-04-251-1/+2
* fixes _remove_duplicated_itemsPeng Wu2012-04-251-4/+7
* fixes pinyin_get_full_pinyin_candidatesPeng Wu2012-04-251-3/+11
* refine _try_resplit_tablePeng Wu2012-04-241-43/+21
* write _try_resplit_tablePeng Wu2012-04-241-5/+166
* fixes commentPeng Wu2012-04-231-1/+1
* write retrieve table items in progressPeng Wu2012-04-231-0/+3
* polish codePeng Wu2012-04-201-4/+7
* refine retrieve_divided_itemPeng Wu2012-04-191-2/+5
* write _try_divided_tablePeng Wu2012-04-191-74/+89
* write pinyin_get_full_pinyin_candidates in progressPeng Wu2012-04-191-6/+35
* extract _append_items methodPeng Wu2012-04-191-30/+42
* re-factor get candidatesPeng Wu2012-04-191-86/+65
* write pinyin_get_full_pinyin_candidates in progressPeng Wu2012-04-181-4/+142
* refine pinyin_get_candidatesPeng Wu2012-04-171-43/+15
* write _get_previous_tokenPeng Wu2012-04-171-36/+29