[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:
Al
2015-06-04 03:13:39 -04:00
parent 65abde908b
commit ab802bc361
12 changed files with 4248 additions and 314 deletions

View File

@@ -1019,35 +1019,34 @@
],
"ordinal_indicators": [
{
"gender": "m",
"suffixes": [
"o",
"o",
"o",
"o",
"o",
"o",
"o",
"o",
"o",
"o"
]
"suffixes": {
"0": ["o"],
"1": ["o"],
"2": ["o"],
"3": ["o"],
"4": ["o"],
"5": ["o"],
"6": ["o"],
"7": ["o"],
"8": ["o"],
"9": ["o"]
}
},
{
"gender": "f",
"suffixes": [
"a",
"a",
"a",
"a",
"a",
"a",
"a",
"a",
"a",
"a"
]
"suffixes": {
"0": ["a"],
"1": ["a"],
"2": ["a"],
"3": ["a"],
"4": ["a"],
"5": ["a"],
"6": ["a"],
"7": ["a"],
"8": ["a"],
"9": ["a"]
}
}