[numex] Adding full stop ordinal indicators to German, Danish and Polish
This commit is contained in:
@@ -225,6 +225,22 @@
|
||||
"right": "add"
|
||||
}
|
||||
],
|
||||
"ordinal_indicators": [
|
||||
{
|
||||
"suffixes": {
|
||||
"0": ["."],
|
||||
"1": ["."],
|
||||
"2": ["."],
|
||||
"3": ["."],
|
||||
"4": ["."],
|
||||
"5": ["."],
|
||||
"6": ["."],
|
||||
"7": ["."],
|
||||
"8": ["."],
|
||||
"9": ["."]
|
||||
}
|
||||
}
|
||||
],
|
||||
"stopwords": [
|
||||
"og"
|
||||
]
|
||||
|
||||
@@ -1063,6 +1063,22 @@
|
||||
"left": "multiply"
|
||||
}
|
||||
],
|
||||
"ordinal_indicators": [
|
||||
{
|
||||
"suffixes": {
|
||||
"0": ["."],
|
||||
"1": ["."],
|
||||
"2": ["."],
|
||||
"3": ["."],
|
||||
"4": ["."],
|
||||
"5": ["."],
|
||||
"6": ["."],
|
||||
"7": ["."],
|
||||
"8": ["."],
|
||||
"9": ["."]
|
||||
}
|
||||
}
|
||||
],
|
||||
"stopwords": [
|
||||
"und"
|
||||
]
|
||||
|
||||
@@ -483,5 +483,21 @@
|
||||
"left": "multiply",
|
||||
"right": "add"
|
||||
}
|
||||
],
|
||||
"ordinal_indicators": [
|
||||
{
|
||||
"suffixes": {
|
||||
"0": ["."],
|
||||
"1": ["."],
|
||||
"2": ["."],
|
||||
"3": ["."],
|
||||
"4": ["."],
|
||||
"5": ["."],
|
||||
"6": ["."],
|
||||
"7": ["."],
|
||||
"8": ["."],
|
||||
"9": ["."]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user