Number Label
Numerals that do not fall under another type.
I can count to NUMBER six.
Example Input
I can count to six.
Example Output
{
"type":"number",
"skill":"numbers",
"name":"NUMBER",
"value":"6",
"data":{
"numeric_value":6
},
"span_text":"six",
"span":[
15,
18
],
"output_spans":[
{
"section":0,
"start":15,
"end":18
}
]
}
Additional Data
Name | Description | Example |
---|---|---|
numeric_value | The numeric value of the number | 1000 |
Updated 2 months ago