summaryrefslogtreecommitdiffstats
path: root/utils/training/import_k_mixture_model.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use abort function instead of assert macroPeng Wu2022-06-061-3/+3
|
* Use check_result macro in utils directoryPeng Wu2022-06-021-20/+20
|
* 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-9/+7
|
* update training toolsPeng Wu2015-05-211-2/+2
|
* add assertsPeng Wu2013-06-171-0/+2
|
* update utils/trainingPeng Wu2013-04-161-2/+2
|
* update utils/trainingPeng Wu2013-04-101-1/+13
|
* update import_k_mixture_model.cppPeng Wu2013-04-021-20/+20
|
* clean up codePeng Wu2012-10-191-6/+0
|
* update import k mixture modelPeng Wu2012-10-181-5/+15
|
* remove duplicated definesPeng Wu2012-09-061-19/+0
|
* write TAGLIB_GET_TAGVALUEPeng Wu2012-09-061-32/+22
|
* write TAGLIB_GET_VALUEPeng Wu2012-09-061-9/+13
|
* update import_k_mixture_model.cppPeng Wu2012-09-051-28/+41
|
* update import_k_mixture_model.cppPeng Wu2012-09-031-22/+41
|
* fixes fsf addressPeng Wu2011-10-111-1/+1
|
* switch to pinyin internal headerPeng Wu2011-08-301-1/+1
|
* refine utils/trainingPeng Wu2011-08-061-1/+1
|
* add unigram to import k mixture model toolPeng Wu2011-06-071-4/+10
|
* fixes import/export toolsPeng Wu2011-05-231-0/+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-1/+1
|
* wrote import k mixture modelPeng Wu2011-05-181-0/+77
|
* begin to write import k mixture modelPeng Wu2011-05-171-0/+214