[numex] Adding full stop ordinal indicators to German, Danish and Polish

This commit is contained in:
Al
2015-06-26 12:35:53 -04:00
parent 6a8ab48662
commit d21f8135f3
3 changed files with 48 additions and 0 deletions

View File

@@ -225,6 +225,22 @@
"right": "add" "right": "add"
} }
], ],
"ordinal_indicators": [
{
"suffixes": {
"0": ["."],
"1": ["."],
"2": ["."],
"3": ["."],
"4": ["."],
"5": ["."],
"6": ["."],
"7": ["."],
"8": ["."],
"9": ["."]
}
}
],
"stopwords": [ "stopwords": [
"og" "og"
] ]

View File

@@ -1063,6 +1063,22 @@
"left": "multiply" "left": "multiply"
} }
], ],
"ordinal_indicators": [
{
"suffixes": {
"0": ["."],
"1": ["."],
"2": ["."],
"3": ["."],
"4": ["."],
"5": ["."],
"6": ["."],
"7": ["."],
"8": ["."],
"9": ["."]
}
}
],
"stopwords": [ "stopwords": [
"und" "und"
] ]

View File

@@ -483,5 +483,21 @@
"left": "multiply", "left": "multiply",
"right": "add" "right": "add"
} }
],
"ordinal_indicators": [
{
"suffixes": {
"0": ["."],
"1": ["."],
"2": ["."],
"3": ["."],
"4": ["."],
"5": ["."],
"6": ["."],
"7": ["."],
"8": ["."],
"9": ["."]
}
}
] ]
} }