[numex] Adding full stop ordinal indicators to German, Danish and Polish
This commit is contained in:
@@ -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"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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": ["."]
|
||||||
|
}
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user