diff options
author | Peng Wu <alexepico@gmail.com> | 2011-08-29 14:09:28 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-08-29 14:09:28 +0800 |
commit | a5871126f29fb0bdf4a994221f4e51301c77aed1 (patch) | |
tree | 96171df2ce79694fc08d7b5e78af42da55c9f107 /src/pinyin.cpp | |
parent | c0a3bc04c7963f8a53447acec77497f28646fdf9 (diff) | |
download | libpinyin-a5871126f29fb0bdf4a994221f4e51301c77aed1.tar.gz libpinyin-a5871126f29fb0bdf4a994221f4e51301c77aed1.tar.xz libpinyin-a5871126f29fb0bdf4a994221f4e51301c77aed1.zip |
improve pinyin parser
Diffstat (limited to 'src/pinyin.cpp')
-rw-r--r-- | src/pinyin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pinyin.cpp b/src/pinyin.cpp index 4bc000a..fb43394 100644 --- a/src/pinyin.cpp +++ b/src/pinyin.cpp @@ -377,5 +377,7 @@ bool pinyin_reset(pinyin_context_t * context){ * Note: prefix is the text before the pre-edit string. * bool pinyin_get_guessed_sentence_with_prefix(...); * bool pinyin_get_candidates_with_prefix(...); + * bool phrase_segment(...); + * bool pinyin_clear_constraint(...); * For context-dependent order of the candidates list. */ |