summaryrefslogtreecommitdiffstats
path: root/utils/segment/ngseg.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-11-05 17:05:00 +0800
committerPeng Wu <alexepico@gmail.com>2010-11-05 17:05:00 +0800
commita4f92d38d0bfe20d69eddda95aaebc57e5b39d3b (patch)
tree632e11409f94f1216bdb588ef480708bbaa27463 /utils/segment/ngseg.cpp
parent80c67769939947d910907e882f24ce044a6034e1 (diff)
downloadlibpinyin-a4f92d38d0bfe20d69eddda95aaebc57e5b39d3b.tar.gz
libpinyin-a4f92d38d0bfe20d69eddda95aaebc57e5b39d3b.tar.xz
libpinyin-a4f92d38d0bfe20d69eddda95aaebc57e5b39d3b.zip
add comments
Diffstat (limited to 'utils/segment/ngseg.cpp')
-rw-r--r--utils/segment/ngseg.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/segment/ngseg.cpp b/utils/segment/ngseg.cpp
index 0e6283b..0ccc21a 100644
--- a/utils/segment/ngseg.cpp
+++ b/utils/segment/ngseg.cpp
@@ -32,6 +32,11 @@
* which contains non-ucs2 characters.
*/
+/* TODO:
+ * Try to add punctuation mark and english support,
+ * such as ',', '.', '?', '!', <english>, and other punctuations.
+ */
+
PhraseLargeTable * g_phrase_table = NULL;
FacadePhraseIndex * g_phrase_index = NULL;
Bigram * g_bigram = NULL;