summaryrefslogtreecommitdiffstats
path: root/src/lookup
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix CMakeLists.txtXiaojun Ma2012-10-051-2/+1
| |
* | minor fixesPeng Wu2012-09-291-0/+1
| |
* | minor fixPeng Wu2012-09-191-0/+3
|/
* fixes codePeng Wu2012-09-131-2/+1
|
* re-factor phrase_lookup.cppPeng Wu2012-09-121-28/+73
|
* re-factor pinyin_lookup2.cppPeng Wu2012-09-121-4/+4
|
* update final_stepPeng Wu2012-09-121-14/+23
|
* improves get_best_matchPeng Wu2012-09-111-5/+5
|
* remove pinyin_lookup.*Peng Wu2012-09-112-800/+0
|
* remove winner_tree.*Peng Wu2012-09-112-291/+0
|
* turn off dump functionsPeng Wu2012-09-111-2/+2
|
* use pinyin lookup2Peng Wu2012-09-111-6/+2
|
* fixes a typoPeng Wu2012-09-111-1/+1
|
* write pinyin_lookup2.*Peng Wu2012-09-112-2/+195
|
* write get_best_matchPeng Wu2012-09-111-0/+143
|
* fixes get_best_matchPeng Wu2012-09-101-5/+7
|
* write search_unigram2 and search_bigram2Peng Wu2012-09-102-5/+105
|
* write get_best_matchPeng Wu2012-09-101-0/+67
|
* begin to write pinyin lookup2Peng Wu2012-09-101-0/+22
|
* write aux functions for pinyin lookup2Peng Wu2012-09-101-0/+64
|
* add dump methodsPeng Wu2012-09-081-0/+40
|
* fixes compilePeng Wu2012-09-071-0/+2
|
* begin to write pinyin_lookup2.cppPeng Wu2012-09-071-0/+80
|
* write pinyin_lookup2.hPeng Wu2012-09-071-0/+236
|
* update PhraseLookupPeng Wu2012-09-032-8/+30
|
* fixes PinyinLookup::search_unigramPeng Wu2012-09-011-2/+2
|
* update fsf addressPeng Wu2012-06-121-1/+1
|
* update pinyin_lookup.*Peng Wu2012-05-162-30/+5
|
* remove old codes in pinyin_lookup.cppPeng Wu2012-04-181-81/+1
|
* update commentsPeng Wu2012-03-222-5/+52
|
* update validate_constraint methodPeng Wu2012-03-221-7/+7
|
* add commentsPeng Wu2012-03-221-12/+108
|
* update pinyin_lookup.*Peng Wu2012-03-022-11/+18
|
* clean up phrase_lookup.cppPeng Wu2012-02-291-25/+19
|
* clean up pinyin_lookup.cppPeng Wu2012-02-291-27/+18
|
* update lookup directoryPeng Wu2012-02-213-5/+5
|
* write train result2Peng Wu2012-01-122-1/+82
|
* let pinyin lookup to use merge single gramPeng Wu2012-01-102-51/+31
|
* let phrase lookup to use merge single gramPeng Wu2012-01-102-21/+15
|
* begin to use facade * tablePeng Wu2012-01-105-10/+10
|
* increase train factorPeng Wu2011-12-261-1/+1
|
* add set options to pinyin lookupPeng Wu2011-12-201-0/+5
|
* rename pinyin to pronunciationPeng Wu2011-12-101-4/+4
|
* port pinyin lookupPeng Wu2011-12-094-29/+37
|
* synchronize CMake rules to match Makefile.amJim Huang2011-12-021-8/+0
|
* add const modifiers to train factorPeng Wu2011-11-251-1/+1
|
* increase train_factor because of larger model dataPeng Wu2011-11-241-2/+2
|
* clean up codePeng Wu2011-11-141-5/+4
|
* CMake: add -fPIC flag to combine static libraries to dynamic oneJim Huang2011-11-071-0/+4
| | | | | | Machines running Linux on architectures such as amd64 require flag "-fPIC" to be specified to compile shared libraries, and it would be helpful to have this a default for CMake when building libpinyin.
* update CMake rules to reflect recent changesJim Huang2011-11-031-0/+1
| | | | Signed-off-by: Peng Wu <alexepico@gmail.com>