[numex] Adding numeric expression spellout in the Python geodata module for generating training data
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
whole_words_only: true
|
||||
default_separator: ""
|
||||
rules:
|
||||
-
|
||||
name: "nula"
|
||||
@@ -9,11 +10,13 @@
|
||||
name: "jeden"
|
||||
value: 1
|
||||
type: "cardinal"
|
||||
multiply_gte: 1000000
|
||||
-
|
||||
name: "jedna"
|
||||
value: 1
|
||||
type: "cardinal"
|
||||
gender: "f"
|
||||
multiply_gte: 100
|
||||
-
|
||||
name: "jedno"
|
||||
value: 1
|
||||
@@ -233,119 +236,158 @@
|
||||
value: 1000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "tisic"
|
||||
value: 1000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "milión"
|
||||
value: 1000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "milion"
|
||||
value: 1000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "milióny"
|
||||
value: 1000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "miliony"
|
||||
value: 1000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "miliónov"
|
||||
value: 1000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "milionov"
|
||||
value: 1000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "miliarda"
|
||||
value: 1000000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "miliardy"
|
||||
value: 1000000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "miliardov"
|
||||
value: 1000000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "bilión"
|
||||
value: 1000000000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "bilion"
|
||||
value: 1000000000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "bilióny"
|
||||
value: 1000000000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "biliony"
|
||||
value: 1000000000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "biliónov"
|
||||
value: 1000000000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "bilionov"
|
||||
value: 1000000000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "biliarda"
|
||||
value: 1000000000000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "biliardy"
|
||||
value: 1000000000000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
right_separator: " "
|
||||
-
|
||||
name: "biliardov"
|
||||
value: 1000000000000000
|
||||
type: "cardinal"
|
||||
left: "multiply"
|
||||
left_separator: " "
|
||||
right: "add"
|
||||
|
||||
right_separator: " "
|
||||
|
||||
Reference in New Issue
Block a user