BuildLangModel: fix some minor comment from a previous spec.

This commit is contained in:
Jehan 2015-11-30 00:08:22 +01:00
parent 192f8de165
commit d9d347099e

View File

@ -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).