platform/upstream/libpinyin.git
2011-05-03 Peng Wufixes source code file permissions
2011-04-28 Peng Wuuse errno
2011-04-28 Peng Wuadd options to estimate k mixture model
2011-04-28 Peng Wuwrote estimate k mixture model
2011-04-27 Peng Wuadd remove method to flexible n-gram
2011-04-27 Peng Wuwrite compute interpolation for flexible bi-gram
2011-04-27 Peng Wufixes code style
2011-04-27 Peng Wubegin to write estimate k mixture model parameters
2011-04-27 Peng Wuclear retval for flexible n-gram
2011-04-27 Peng Wuadd magic number for k mixture model
2011-04-25 Peng Wufixes import interpolation
2011-04-25 Peng Wudefine k mixture model bi-gram
2011-04-21 Peng Wuadd flexible_ngram.h and k_mixture_model.h to Makefile.am
2011-04-20 Peng Wuadd test cases to bi-gram
2011-04-20 Peng Wuadd load/save bi-gram db
2011-04-19 Peng Wuadd an assert to bi-gram
2011-04-19 Peng Wuadd more test cases
2011-04-19 Peng Wufixes phrase large table
2011-04-18 Peng Wuadd asserts to gen ngram
2011-04-18 Peng Wurefine bigram load
2011-04-18 Peng Wufixes test phrase table.
2011-04-18 Peng Wuuse new bi-gram
2011-04-18 Peng Wurefine bi-gram
2011-04-18 Peng Wurefine bi-gram
2011-04-18 Peng Wuadd more test cases for n-gram
2011-04-18 Peng Wuadd insert/remove array item to flexible bi-gram
2011-04-18 Peng Wurefine insert/set freq
2011-04-18 Peng Wuadd insert/remove freq to bi-gram
2011-04-15 Peng Wuadd more test cases for get/set array header
2011-04-15 Peng Wuadd get/set array header to flexible bi-gram
2011-04-13 Peng Wuwrite k mixture model
2011-04-08 Peng Wufixes a warning
2011-04-08 Peng Wuadd test case
2011-04-07 Peng Wuadd test case for flexible ngram
2011-04-07 Peng Wuwrite flexible n-gram
2011-04-06 Peng Wuadd get/set array item methods
2011-04-06 Peng Wuadd retrieve all and search methods
2011-04-06 Peng Wuadd get/set array header methods
2011-04-06 Peng Wurefine code
2011-04-06 Peng Wubegin to write flexible single gram
2011-04-02 Peng Wuadd license
2011-04-02 Peng Wurefine code
2011-03-31 Peng Wurefine ngram header
2011-03-31 Peng Wudesign flexible bi-gram
2011-03-31 Peng Wurename namespace from novel to pinyin
2011-03-31 Peng Wurefine ngram header
2010-11-29 Peng Wufixes build with LDFLAGS --as-needed.
2010-11-09 Peng Wufixes a bug in phrase lookup
2010-11-09 Peng Wufixes a typo
2010-11-08 Peng WuRevert "re-factor code"
2010-11-08 Peng Wuwrite n-gram segment.
2010-11-08 Peng Wure-factor spseg
2010-11-08 Peng Wufixes memory leak
2010-11-08 Peng Wure-factor code
2010-11-05 Peng Wuadd comments
2010-11-03 Peng Wubegin to write n-gram segment
2010-11-03 Peng Wufixes a typo
2010-11-02 Peng Wufixes compile errors
2010-11-02 Peng Wuadd print help to ngseg
2010-11-02 Peng Wufixes a typo
2010-11-02 Peng Wubegin to write ngseg
2010-11-01 Peng Wufixes convert to utf8 in phrase lookup
2010-11-01 Peng WuRevert "strength reduce"
2010-11-01 Peng Wure-write convert to utf8 in phrase lookup
2010-11-01 Peng Wuwrite final step for phrase lookup
2010-11-01 Peng Wuwrite search unigram and bigram in phrase lookup
2010-11-01 Peng Wurefine phrase lookup header file
2010-11-01 Peng Wustrength reduce
2010-11-01 Peng Wufixes compile error
2010-10-29 Peng Wufixes a typo
2010-10-29 Peng Wufixes compile error
2010-10-29 Peng Wuwrite get_best_match for phrase lookup
2010-10-29 Peng Wuadd comment
2010-10-29 Peng Wuwrite phrase lookup in progress
2010-10-29 Peng Wupolish code
2010-10-29 Peng Wuadd phrase_lookup.cpp
2010-10-27 Peng Wuswitch to pinyin.h
2010-10-27 Peng Wufixes makefiles
2010-10-27 Peng Wumove segment and training tools to utils
2010-10-27 Peng Wudefine the phrase lookup interface
2010-10-19 Peng Wubegin to write phrase lookup header
2010-10-18 Peng Wure-factor lookup sub-directory
2010-10-18 Peng Wubegin to write phrase lookup header file
2010-10-18 Peng Wufixes pinyin lookup header
2010-10-15 Peng Wufixes compile warnings
2010-10-14 Peng Wufixes compile warnings for printf
2010-10-14 Peng Wuswitch to pinyin.h for tests
2010-10-14 Peng Wufixes compile warning for pinyin_lookup.h
2010-10-14 Peng Wuswitch to pinyin.h for utils
2010-10-14 Peng Wuadd pinyin.h
2010-10-14 Peng Wuadd comment to pinyin_lookup.h
2010-10-13 Peng Wufixes issues when rename lookup.h to pinyin_lookup.h
2010-10-13 Peng Wurename lookup.h to pinyin_lookup.h
2010-10-13 Peng Wuincrease total freq in single gram when importing inter...
2010-10-12 Peng Wuwrite parse bigram
2010-10-12 Peng Wuwrite parse unigram for import tool
2010-10-12 Peng Wuadd error printf
2010-10-11 Peng Wuwrite import interpolation in progress
2010-10-11 Peng Wufixes compile warnings
2010-10-11 Peng Wufixes a typo
next