summaryrefslogtreecommitdiffstats
path: root/src/lookup
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* fixes choose short candidatePeng Wu2011-11-021-5/+14
|
* fixes fsf addressPeng Wu2011-10-118-8/+8
|
* re-factor choose candidatePeng Wu2011-10-112-5/+5
|
* refine pinyin headerPeng Wu2011-09-092-3/+4
|
* merge duplicated convert to utf8 functionsPeng Wu2011-09-097-47/+83
|
* update pinyin headerPeng Wu2011-09-061-1/+0
|
* install public headers onlyPeng Wu2011-08-301-4/+4
|
* fixes compile with c++0xPeng Wu2011-08-244-8/+8
|
* change uni-gram computing from float to double in phrase and pinyin lookupPeng Wu2011-08-152-10/+11
|
* refine cmake filesPeng Wu2011-08-121-1/+1
|
* Add cmake scripts.BYVoid2011-08-121-0/+27
|
* refine namespace pinyinPeng Wu2011-08-087-7/+24
|
* refine MatchResults/TokenVectorPeng Wu2011-08-081-2/+0
|
* make libpinyin installablePeng Wu2011-08-051-3/+5
|
* add class destructor to phrase lookupPeng Wu2011-07-201-0/+17
|
* refine bi-gramPeng Wu2011-04-184-12/+26
|
* refine insert/set freqPeng Wu2011-04-181-1/+1
|
* rename namespace from novel to pinyinPeng Wu2011-03-313-8/+10
|
* fixes a bug in phrase lookupPeng Wu2010-11-091-7/+7
|
* fixes a typoPeng Wu2010-11-091-1/+1
|
* fixes convert to utf8 in phrase lookupPeng Wu2010-11-011-2/+5
|
* Revert "strength reduce"Peng Wu2010-11-011-2/+1
|
* re-write convert to utf8 in phrase lookupPeng Wu2010-11-012-8/+21
|
* write final step for phrase lookupPeng Wu2010-11-011-0/+44
|
* write search unigram and bigram in phrase lookupPeng Wu2010-11-011-0/+115
|
* refine phrase lookup header filePeng Wu2010-11-011-3/+3
|
* strength reducePeng Wu2010-11-011-1/+2
|
* fixes compile errorPeng Wu2010-11-011-8/+11
|