Location Label

Cities, buildings, airports, highways, bridges

Let's meet in LOCATION Seattle.

Example Input

Let's meet in Seattle.

Example Output

{
   "type":"name",
   "skill":"names",
   "name":"LOCATION",
   "value":"Seattle",
   "data":{
      "type":"CITY"
   },
   "span_text":"Seattle",
   "span":[
      14,
      21
   ],
   "output_spans":[
      {
         "section":0,
         "start":14,
         "end":21
      }
   ]
}