Ordinal Label

Position in a list - “first”, “second”, etc.

You'll be ORDINAL first to jump and you'll be ORDINAL second.

Example Input

You'll be first to jump and you'll be second.

Example Output

[
   {
      "type":"number",
      "skill":"numbers",
      "name":"ORDINAL",
      "value":"1",
      "data":{
         "numeric_value":1
      },
      "span_text":"first",
      "span":[
         10,
         15
      ],
      "output_spans":[
         {
            "section":0,
            "start":10,
            "end":15
         }
      ]
   },
   {
      "type":"number",
      "skill":"numbers",
      "name":"ORDINAL",
      "value":"2",
      "data":{
         "numeric_value":2
      },
      "span_text":"second",
      "span":[
         38,
         44
      ],
      "output_spans":[
         {
            "section":0,
            "start":38,
            "end":44
         }
      ]
   }
]

Additional Data

NameDescriptionExample
numeric_valueThe numeric value of the number1000