[fix] removing stopwords index
This commit is contained in:
@@ -1030,12 +1030,12 @@ ordinal_indicator_t ordinal_indicator_rules[] = {
|
||||
};
|
||||
|
||||
numex_language_source_t numex_languages[] = {
|
||||
{"de", 0, 194, 0, 0, 0, 1},
|
||||
{"en", 194, 70, 0, 10, 0, 1},
|
||||
{"es", 264, 133, 10, 20, 0, 1},
|
||||
{"fr", 397, 83, 30, 20, 0, 1},
|
||||
{"it", 480, 163, 50, 20, 0, 2},
|
||||
{"la", 643, 31, 70, 0, 0, 0},
|
||||
{"pt", 674, 170, 70, 20, 0, 1},
|
||||
{"ru", 844, 80, 90, 10, 0, 1}
|
||||
{"de", 0, 194, 0, 0},
|
||||
{"en", 194, 70, 0, 10},
|
||||
{"es", 264, 133, 10, 20},
|
||||
{"fr", 397, 83, 30, 20},
|
||||
{"it", 480, 163, 50, 20},
|
||||
{"la", 643, 31, 70, 0},
|
||||
{"pt", 674, 170, 70, 20},
|
||||
{"ru", 844, 80, 90, 10}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user