[numx] header and table builder changes to support whole words languages

This commit is contained in:
Al
2015-06-12 16:10:53 -04:00
parent 1c4657b631
commit 5c2839e534
3 changed files with 9 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ typedef struct numex_rule_source {
typedef struct numex_language_source {
char *name;
bool whole_tokens_only;
size_t rule_index;
size_t num_rules;
size_t ordinal_indicator_index;