Money Label
Monetary values, including unit.
We made MONEY a thousand bucks in no time.
Example Input
We made a thousand bucks in no time.
Example Output
{
"type":"number",
"skill":"numbers",
"name":"MONEY",
"value":"1,000",
"data":{
"numeric_value":1000
},
"span_text":"a thousand bucks",
"span":[
8,
24
],
"output_spans":[
{
"section":0,
"start":8,
"end":24
}
]
}
Additional Data
Name | Description | Example |
---|---|---|
numeric_value | The numeric value of the number | 1000 |
Updated 2 months ago