summaryrefslogtreecommitdiffstats
path: root/utils/storage
Commit message (Expand)AuthorAgeFilesLines
* fixes libpinyin toolsPeng Wu2012-02-062-6/+22
* update Makefile.amPeng Wu2012-01-091-2/+3
* refine ChewingKeyRestPeng Wu2011-12-141-1/+1
* port gen_binary_files.cppPeng Wu2011-12-091-8/+6
* port gen_pinyin_table.cppPeng Wu2011-12-091-1/+7
* port gen_zhuyin_map.cppPeng Wu2011-12-091-1/+2
* add commentsPeng Wu2011-12-091-2/+3
* fixes gen chewing tablePeng Wu2011-12-071-2/+4
* write gen chewing tablePeng Wu2011-12-071-0/+320
* fixes compilePeng Wu2011-12-071-1/+6
* synchronize CMake rules to match Makefile.amJim Huang2011-12-021-1/+11
* fixes fsf addressPeng Wu2011-10-115-5/+5
* add gen zhuyin mapPeng Wu2011-08-312-1/+125
* switch to pinyin internal libraryPeng Wu2011-08-302-7/+5
* switch to pinyin internal headerPeng Wu2011-08-304-3/+7
* Add cmake scripts.BYVoid2011-08-121-0/+39
* refine utils/storagePeng Wu2011-08-064-16/+16
* refine autoconfPeng Wu2011-08-051-3/+32
* improve gen binary filesPeng Wu2011-07-261-23/+9
* fixes stderr fprintfPeng Wu2011-07-262-6/+7
* remove zero uni-gram item in export interpolationPeng Wu2011-05-311-0/+2
* remove tag utility header in tools from utilsPeng Wu2011-05-202-2/+0
* move tag utility to src/storagePeng Wu2011-05-203-465/+2
* wrote import k mixture modelPeng Wu2011-05-181-3/+7
* begin to write import k mixture modelPeng Wu2011-05-171-10/+10
* refine export interpolationPeng Wu2011-05-161-6/+10
* wrote export k mixture modelPeng Wu2011-05-161-4/+4
* move token string conversion function to taglibPeng Wu2011-05-165-103/+110
* use errnoPeng Wu2011-04-283-9/+13
* fixes import interpolationPeng Wu2011-04-251-3/+8
* use new bi-gramPeng Wu2011-04-182-20/+15
* refine insert/set freqPeng Wu2011-04-181-1/+1
* fixes compile warnings for printfPeng Wu2010-10-141-1/+1
* switch to pinyin.h for utilsPeng Wu2010-10-145-22/+9
* increase total freq in single gram when importing interpolation modelPeng Wu2010-10-131-0/+5
* write parse bigramPeng Wu2010-10-121-2/+57
* write parse unigram for import toolPeng Wu2010-10-121-10/+104
* add error printfPeng Wu2010-10-121-1/+4
* write import interpolation in progressPeng Wu2010-10-111-0/+122
* fixes a typoPeng Wu2010-10-111-2/+2
* fixes a typoPeng Wu2010-10-111-6/+6
* fixes export interpolationPeng Wu2010-10-111-1/+1
* begin to write import interpolation model.Peng Wu2010-10-112-1/+31
* add commentsPeng Wu2010-10-091-1/+4
* re-factor taglib_add_tag interfacePeng Wu2010-10-092-30/+12
* fixes split_linePeng Wu2010-10-081-2/+2
* switch to split_linePeng Wu2010-10-082-5/+66
* add some required tags checkPeng Wu2010-09-301-10/+22
* add required check.Peng Wu2010-09-301-0/+34
* write taglib_readPeng Wu2010-09-301-3/+55