summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge remote-tracking branch 'libpinyin/master'Peng Wu2012-10-082-3/+2
|\
| * Fix CMakeLists.txtXiaojun Ma2012-10-052-3/+2
* | minor fixes againPeng Wu2012-09-291-0/+1
* | minor fixesPeng Wu2012-09-292-0/+2
* | minor fixPeng Wu2012-09-191-0/+3
|/
* bump version 0.7.910.7.91Peng Wu2012-09-171-1/+1
* fixes codePeng Wu2012-09-131-2/+1
* re-factor phrase_lookup.cppPeng Wu2012-09-121-28/+73
* re-factor pinyin_lookup2.cppPeng Wu2012-09-121-4/+4
* update final_stepPeng Wu2012-09-121-14/+23
* improves get_best_matchPeng Wu2012-09-111-5/+5
* remove pinyin_lookup.*Peng Wu2012-09-112-800/+0
* remove winner_tree.*Peng Wu2012-09-112-291/+0
* turn off dump functionsPeng Wu2012-09-111-2/+2
* use pinyin lookup2Peng Wu2012-09-113-9/+5
* fixes a typoPeng Wu2012-09-111-1/+1
* write pinyin_lookup2.*Peng Wu2012-09-112-2/+195
* write get_best_matchPeng Wu2012-09-111-0/+143
* fixes get_best_matchPeng Wu2012-09-101-5/+7
* write search_unigram2 and search_bigram2Peng Wu2012-09-102-5/+105
* write get_best_matchPeng Wu2012-09-101-0/+67
* begin to write pinyin lookup2Peng Wu2012-09-101-0/+22
* write aux functions for pinyin lookup2Peng Wu2012-09-101-0/+64
* add dump methodsPeng Wu2012-09-081-0/+40