Guest User

Untitled

a guest
Nov 24th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. I saw the company's manager last day.
  2.  
  3. <Person name="John">I</Person> saw the <Organization name="ACME">company</Organization>'s
  4. manager <Time value="2014-5-29">last day</Time>.
  5.  
  6. {'text': 'I saw the company's manager last day.", {'Person': [{'name': 'John'}, {'indices': [0:1]}, etc...]}
  7.  
  8. {"text": ["I", "saw", "the", "company's", "manager", "last", "day."]}
  9.  
  10. {'body': '<some_text>',
  11. 'metadata':
  12. {'<entity>':
  13. {'<attribute>': '<value>',
  14. 'location': [<start_index>, <end_index>]
  15. }
  16. }
  17. }
Add Comment
Please, Sign In to add comment