summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixes pinyin_translate_tokenPeng Wu2012-12-051-5/+8
* remove pinyin_get_pinyins_from_tokenPeng Wu2012-12-053-35/+0
* remove pinyin_translate_tokenPeng Wu2012-12-053-30/+0
* remove pinyin_clear_constraint*Peng Wu2012-12-053-47/+0
* add commentsPeng Wu2012-12-041-0/+52
* write pinyin_token_*Peng Wu2012-12-043-1/+108
* add commentsPeng Wu2012-12-041-1/+20
* write pinyin_get_chewing/pinyin_stringPeng Wu2012-12-043-1/+33
* fixes a typoPeng Wu2012-11-282-3/+3
* add const modifiersPeng Wu2012-11-281-2/+2
* indent phrase_index.cppPeng Wu2012-11-261-11/+11
* fixes constraints arrayPeng Wu2012-11-151-1/+1
* fixes poke the next constraintPeng Wu2012-11-141-0/+2
* fixes one step constraint in get_best_matchPeng Wu2012-11-141-0/+3
* mark format version as 0.8.0Peng Wu2012-11-121-1/+1
* write pinyin_mask_outPeng Wu2012-11-123-1/+78
* write mask out for facade tablesPeng Wu2012-11-123-5/+40
* write mask out for chewing large tablePeng Wu2012-11-082-1/+108
* write mask out for phrase large table2Peng Wu2012-11-072-2/+110
* fixes pinyin_load_phrase_libraryPeng Wu2012-11-071-0/+7
* write remove indexPeng Wu2012-11-062-6/+29
* re-factor remove index in progressPeng Wu2012-11-062-6/+23
* write get lengthPeng Wu2012-11-052-1/+34
* write get length in progressPeng Wu2012-11-051-0/+35
* add commentsPeng Wu2012-10-311-2/+35
* write Bigram::mask_outPeng Wu2012-10-302-1/+56
* write SingleGram::mask_outPeng Wu2012-10-302-0/+51
* write mask out methodPeng Wu2012-10-262-2/+70
* write FacadePhraseIndex::merge_with_maskPeng Wu2012-10-262-2/+51
* re-factor phrase indexPeng Wu2012-10-261-5/+11
* write mask_out_phrase_index_loggerPeng Wu2012-10-252-0/+159
* move back get_first_tokenPeng Wu2012-10-221-0/+14
* move get_first_token to spsegPeng Wu2012-10-201-23/+0
* refine reduce_tokensPeng Wu2012-10-191-4/+1
* update pinyin_iterator_add_phrasePeng Wu2012-10-191-30/+50
* update pinyin_guess_sentence_with_prefixPeng Wu2012-10-192-2/+7
* rename pinyin_lookup_token to pinyin_lookup_tokensPeng Wu2012-10-193-9/+9
* write reduce_tokensPeng Wu2012-10-191-0/+24
* update ngsegPeng Wu2012-10-185-11/+22
* update tag utilityPeng Wu2012-10-182-14/+4
* update tag utilityPeng Wu2012-10-182-2/+28
* bump version 0.8.91Peng Wu2012-10-171-1/+1
* bump version 0.7.920.7.92Peng Wu2012-10-151-1/+1
* fixes memory leak in pinyin.cppPeng Wu2012-10-111-0/+2
* fixes memory leak in facade chewing tablePeng Wu2012-10-111-0/+23
* fixes memory leak in facade phrase table2Peng Wu2012-10-111-0/+24
* fixes memory leak in chewing large tablePeng Wu2012-10-101-2/+3
* fixes memory leak in phrase large table2Peng Wu2012-10-101-2/+6
* re-factor phrase lookupPeng Wu2012-10-102-16/+98
* detect corrupted phrase index log filePeng Wu2012-10-082-3/+13