summaryrefslogtreecommitdiffstats
path: root/src/pinyin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* disable the zhuyin correction options in pinyin.cppPeng Wu2017-05-121-19/+34
|
* fixes crash1.9.92Peng Wu2017-03-071-0/+3
|
* fixes crashPeng Wu2017-02-271-0/+3
|
* fixes crashPeng Wu2017-02-131-12/+0
|
* fixes class ForwardPhoneticConstraintsPeng Wu2017-02-101-14/+18
|
* fixes a typoPeng Wu2017-02-101-1/+1
|
* write pinyin_get_candidate_nbest_index functionPeng Wu2017-02-101-0/+37
|
* fixes compilePeng Wu2017-02-091-26/+27
|
* rename variablesPeng Wu2017-02-091-48/+20
|
* update pinyin_get_sentence and pinyin_train functionPeng Wu2017-02-091-1/+20
|
* use nbest results in pinyin.cppPeng Wu2017-02-091-22/+48
|
* use PhoneticLookup in pinyin.cppPeng Wu2017-02-091-7/+9
|
* rename MatchResults to MatchResultPeng Wu2017-02-041-2/+2
|
* update code licensePeng Wu2016-10-311-7/+6
|
* 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
|
* fixes pinyin_get_right_pinyin_offset functionPeng Wu2016-07-211-0/+2
|
* fixes fill_matrix functionPeng Wu2016-07-211-3/+3
|
* 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-201-5/+0
|
* code refactorPeng Wu2016-07-201-10/+10
|
* fixes pinyin_get_character_offset functionPeng Wu2016-07-201-17/+132
|
* fixes a typoPeng Wu2016-07-201-1/+3
|
* fixes pinyin_remember_user_input functionPeng Wu2016-07-111-1/+1
|
* add commentsPeng Wu2016-07-111-0/+5
|
* fixes pinyin_guess_candidates functionPeng Wu2016-07-081-0/+3
|
* add safe guardsPeng Wu2016-07-061-1/+4
|
* fixes empty inputPeng Wu2016-07-061-0/+15
|
* 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
|
* clean pinyin.cppPeng Wu2016-07-041-424/+0
|
* rename APIPeng Wu2016-07-011-6/+6
|
* write pinyin_remove_user_candidate functionPeng Wu2016-07-011-0/+36
|
* write pinyin_is_user_candidate functionPeng Wu2016-07-011-0/+23
|
* fixes warningsPeng Wu2016-07-011-4/+2
|
* fixes pinyin_remember_user_input functionPeng Wu2016-06-301-16/+66
|
* write pinyin_remember_user_input functionPeng Wu2016-06-301-0/+87
|
* begin to add pinyin_remember_user_input functionPeng Wu2016-06-301-1/+1
|
* extract _add_phrase functionPeng Wu2016-06-301-44/+61
|
* fixes middle variablesPeng Wu2016-06-291-3/+3
|
* update pinyin_get_*_auxiliary_text functionsPeng Wu2016-06-281-11/+6
|
* update pinyin_get_character_offset functionPeng Wu2016-06-281-6/+9
|
* add commentsPeng Wu2016-06-281-2/+0
|