[numex] Changes to existing numex rules files. Adding Dutch, Japanese, Polish, Danish, Swedish and Finnish numex rules (priority based on frequency in OpenStreetMap)
This commit is contained in:
@@ -369,19 +369,23 @@
|
||||
],
|
||||
"ordinal_indicators": [
|
||||
{
|
||||
"suffixes": [
|
||||
"th",
|
||||
"st",
|
||||
"nd",
|
||||
"rd",
|
||||
"th",
|
||||
"th",
|
||||
"th",
|
||||
"th",
|
||||
"th",
|
||||
"th"
|
||||
]
|
||||
"suffixes": {
|
||||
"0": ["th"],
|
||||
"1": ["st"],
|
||||
"11": ["th"],
|
||||
"2": ["nd"],
|
||||
"12": ["th"],
|
||||
"3": ["rd"],
|
||||
"13": ["th"],
|
||||
"4": ["th"],
|
||||
"5": ["th"],
|
||||
"6": ["th"],
|
||||
"7": ["th"],
|
||||
"8": ["th"],
|
||||
"9": ["th"]
|
||||
}
|
||||
}
|
||||
|
||||
],
|
||||
"stopwords": [
|
||||
"and"
|
||||
|
||||
Reference in New Issue
Block a user