summaryrefslogtreecommitdiffstats
path: root/utils/storage/import_interpolation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* include config.h to allow using getline on freebsdTing-Wei Lan2016-11-161-0/+4
| | | | | | | We need _GNU_SOURCE macro defined in config.h to enable the declaration of getline in FreeBSD stdio.h. https://github.com/libpinyin/libpinyin/issues/65
* update code licensePeng Wu2016-10-311-7/+6
|
* update utils/training in progressPeng Wu2016-03-301-10/+8
|
* update storage toolsPeng Wu2015-05-211-2/+2
|
* add assertsPeng Wu2013-06-171-4/+7
|
* update utils/segmentPeng Wu2013-04-161-3/+3
|
* fixes make distcheckPeng Wu2013-04-101-1/+26
|
* update utils/storagePeng Wu2013-04-101-3/+15
|
* update import interpolationPeng Wu2012-10-181-5/+15
|
* remove duplicated definesPeng Wu2012-09-061-18/+0
|
* write TAGLIB_GET_TAGVALUEPeng Wu2012-09-061-11/+13
|
* write TAGLIB_GET_VALUEPeng Wu2012-09-061-9/+14
|
* update import_interpolation.cppPeng Wu2012-09-051-15/+28
|
* update utils/storagePeng Wu2012-09-031-13/+16
|
* write save_phrase_indexPeng Wu2012-05-211-9/+2
|
* rename init_phrase_index to load_phrase_indexPeng Wu2012-05-211-1/+1
|
* refine utilsPeng Wu2012-05-181-14/+3
|
* updates utilsPeng Wu2012-05-171-4/+1
|
* update utils/storagePeng Wu2012-05-171-16/+15
|
* fixes libpinyin toolsPeng Wu2012-02-061-4/+20
|
* fixes fsf addressPeng Wu2011-10-111-1/+1
|
* switch to pinyin internal headerPeng Wu2011-08-301-1/+1
|
* refine utils/storagePeng Wu2011-08-061-6/+6
|
* remove tag utility header in tools from utilsPeng Wu2011-05-201-1/+0
|
* wrote import k mixture modelPeng Wu2011-05-181-3/+7
|
* begin to write import k mixture modelPeng Wu2011-05-171-10/+10
|
* move token string conversion function to taglibPeng Wu2011-05-161-44/+3
|
* use errnoPeng Wu2011-04-281-2/+2
|
* fixes import interpolationPeng Wu2011-04-251-3/+8
|
* use new bi-gramPeng Wu2011-04-181-7/+6
|
* refine insert/set freqPeng Wu2011-04-181-1/+1
|
* switch to pinyin.h for utilsPeng Wu2010-10-141-5/+1
|
* 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
|
* write import interpolation in progressPeng Wu2010-10-111-0/+122
|
* begin to write import interpolation model.Peng Wu2010-10-111-0/+26