From a4f92d38d0bfe20d69eddda95aaebc57e5b39d3b Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 5 Nov 2010 17:05:00 +0800 Subject: add comments --- utils/segment/ngseg.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/segment') 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 ',', '.', '?', '!', , and other punctuations. + */ + PhraseLargeTable * g_phrase_table = NULL; FacadePhraseIndex * g_phrase_index = NULL; Bigram * g_bigram = NULL; -- cgit