From d9d347099e4f97b6a14021754ba9e501319374db Mon Sep 17 00:00:00 2001 From: Jehan Date: Mon, 30 Nov 2015 00:08:22 +0100 Subject: [PATCH] BuildLangModel: fix some minor comment from a previous spec. --- script/BuildLangModel.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script/BuildLangModel.py b/script/BuildLangModel.py index a9b81b8..0d77a7e 100755 --- a/script/BuildLangModel.py +++ b/script/BuildLangModel.py @@ -289,10 +289,9 @@ c_code += \ /* Character Mapping Table: * ILL: illegal character. * CTR: control character specific to the charset. - * NEU: control character common to all single byte charsets (neutral). * RET: carriage/return. * SYM: symbol (punctuation) that does not belong to word. - * INT: 0 - 9. + * NUM: 0 - 9. * * Other characters are ordered by probabilities * (0 is the most common character in the language).