Person Label

People, including fictional characters.

Hey PERSON Francis, my name is PERSON Garrett, happy to meet you

Example Input

Hey Francis, my name is Garrett, happy to meet you

Example Output

[
   {
      "type":"name",
      "skill":"names",
      "name":"PERSON",
      "value":"Francis",
      "data":{
         
      },
      "span_text":"Francis",
      "span":[
         4,
         11
      ],
      "output_spans":[
         {
            "section":0,
            "start":4,
            "end":11
         }
      ]
   },
   {
      "type":"name",
      "skill":"names",
      "name":"PERSON",
      "value":"Garrett",
      "data":{
         
      },
      "span_text":"Garrett",
      "span":[
         24,
         31
      ],
      "output_spans":[
         {
            "section":0,
            "start":24,
            "end":31
         }
      ]
   }
]