summaryrefslogtreecommitdiffstats
path: root/src/storage
Commit message (Expand)AuthorAgeFilesLines
* fixes incomplete pinyinPeng Wu2013-01-261-4/+18
* a safe guard for chewingPeng Wu2012-12-111-8/+7
* 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
* detect corrupted phrase index log filePeng Wu2012-10-082-3/+13
* Fix CMakeLists.txtXiaojun Ma2012-10-051-1/+1
* remove phrase_large_table.*Peng Wu2012-09-042-685/+0
* remove facade_phrase_table.hPeng Wu2012-09-041-154/+0
* add clear_ranges/clear_tokens backPeng Wu2012-09-041-0/+36
* add assert to get_first_tokenPeng Wu2012-09-041-0/+3
* fixes phrase_index.hPeng Wu2012-09-031-2/+0
* update Makefile.amPeng Wu2012-09-031-3/+0
* update gen_deleted_ngram.cppPeng Wu2012-09-031-1/+1
* fixes test_phrase_table.cppPeng Wu2012-09-031-1/+1
* update tag utilityPeng Wu2012-09-032-6/+17
* fixes facade_phrase_table2.hPeng Wu2012-09-031-2/+2
* write get_first_tokenPeng Wu2012-09-031-0/+20
* write prepare/destroy tokensPeng Wu2012-09-011-0/+41
* drop FacadePhraseIndex::clear_ranges methodPeng Wu2012-08-311-18/+0
* fixes a typoPeng Wu2012-08-311-2/+2
* write facade_phrase_table2.hPeng Wu2012-08-304-7/+170
* polish codePeng Wu2012-08-291-1/+1
* write load/store methodPeng Wu2012-08-291-0/+193
* update commentsPeng Wu2012-08-282-1/+4
* write load_text methodPeng Wu2012-08-281-0/+30
* write add/remove index methodPeng Wu2012-08-281-2/+57
* rename phrase_compare and phrase_less_thanPeng Wu2012-08-281-6/+6
* write add/remove index method in progressPeng Wu2012-08-281-0/+83
* begin to write add/remove indexPeng Wu2012-08-281-0/+27
* write search methodPeng Wu2012-08-271-0/+41
* change phrase_length from int to size_tPeng Wu2012-08-272-10/+10
* write search method in progressPeng Wu2012-08-271-0/+84
* begin to write search methodPeng Wu2012-08-271-0/+30
* rename PhraseIndexItem to PhraseIndexItem2Peng Wu2012-08-271-15/+20
* fixes compilePeng Wu2012-08-253-3/+5
* write PhraseIndexItemPeng Wu2012-08-251-1/+29
* refine pinyin.hPeng Wu2012-08-252-5/+3
* add phrase_large_table2.cppPeng Wu2012-08-252-4/+75
* add phrase_large_table2.hPeng Wu2012-08-251-0/+113
* reduce phrase table sizePeng Wu2012-06-282-5/+7
* write pinyin_iterator_add_phrasePeng Wu2012-06-271-0/+2
* begin to write import iteratorPeng Wu2012-06-261-1/+1
* refactor pinyin_phrase_filesPeng Wu2012-06-252-15/+37
* refine asserts in large tablesPeng Wu2012-06-212-4/+10
* add ErrorResultPeng Wu2012-06-212-14/+14
* update autoconfPeng Wu2012-06-211-1/+1
* add commentsPeng Wu2012-06-191-0/+8
* fixes phrase library loadPeng Wu2012-06-191-0/+11