[numex] adding stopword rules with the regular numex rules

This commit is contained in:
Al
2015-06-02 12:37:22 -04:00
parent 816a0408ab
commit 9d0d83bc14
2 changed files with 5 additions and 8 deletions

View File

@@ -15,8 +15,6 @@ typedef struct numex_language_source {
size_t num_rules;
size_t ordinal_indicator_index;
size_t num_ordinal_indicators;
size_t stopword_index;
size_t num_stopwords;
} numex_language_source_t;
#endif