summaryrefslogtreecommitdiffstats
path: root/utils/training/k_mixture_model_to_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 k mixture model to interpolationPeng Wu2012-10-181-8/+14
|
* remove duplicated definesPeng Wu2012-09-061-10/+1
|
* refactor k_mixture_model_to_interpolation.cppPeng Wu2012-09-061-28/+43
|
* fixes fsf addressPeng Wu2011-10-111-1/+1
|
* switch to pinyin internal headerPeng Wu2011-08-301-1/+1
|
* add commentPeng Wu2011-06-091-0/+1
|
* ignore zero items in conversion toolPeng Wu2011-06-081-2/+3
|
* add unigram to k mixture model to interpolationPeng Wu2011-06-071-5/+6
|
* remove <start> in \1-gram in conversion toolPeng Wu2011-05-251-0/+3
|
* add '\n' to k mixture model to interpolation modelPeng Wu2011-05-241-1/+1
|
* remove tag utility header in tools from utilsPeng Wu2011-05-201-1/+0
|
* write k mixture model to interpolation conversion toolPeng Wu2011-05-191-0/+197