You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.0 KiB

  1. {
  2. "text": "Google was founded on September 4, 1998, by Larry Page and Sergey Brin.",
  3. "entities": [
  4. {
  5. "id": 0,
  6. "start_offset": 0,
  7. "end_offset": 6,
  8. "label": "ORG"
  9. },
  10. {
  11. "id": 1,
  12. "start_offset": 22,
  13. "end_offset": 39,
  14. "label": "DATE"
  15. },
  16. {
  17. "id": 2,
  18. "start_offset": 44,
  19. "end_offset": 54,
  20. "label": "PERSON"
  21. },
  22. {
  23. "id": 3,
  24. "start_offset": 59,
  25. "end_offset": 70,
  26. "label": "PERSON"
  27. }
  28. ],
  29. "relations": [
  30. {
  31. "id": 0,
  32. "from_id": 0,
  33. "to_id": 1,
  34. "type": "foundedAt"
  35. },
  36. {
  37. "id": 1,
  38. "from_id": 0,
  39. "to_id": 2,
  40. "type": "foundedBy"
  41. },
  42. {
  43. "id": 2,
  44. "from_id": 0,
  45. "to_id": 3,
  46. "type": "foundedBy"
  47. }
  48. ]
  49. }