mirror of https://github.com/doccano/doccano.git
pythondatasetnatural-language-processingdata-labelingmachine-learningannotation-tooldatasetsactive-learningtext-annotation
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
49 lines
1.0 KiB
{
|
|
"text": "Google was founded on September 4, 1998, by Larry Page and Sergey Brin.",
|
|
"entities": [
|
|
{
|
|
"id": 0,
|
|
"start_offset": 0,
|
|
"end_offset": 6,
|
|
"label": "ORG"
|
|
},
|
|
{
|
|
"id": 1,
|
|
"start_offset": 22,
|
|
"end_offset": 39,
|
|
"label": "DATE"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"start_offset": 44,
|
|
"end_offset": 54,
|
|
"label": "PERSON"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"start_offset": 59,
|
|
"end_offset": 70,
|
|
"label": "PERSON"
|
|
}
|
|
],
|
|
"relations": [
|
|
{
|
|
"id": 0,
|
|
"from_id": 0,
|
|
"to_id": 1,
|
|
"type": "foundedAt"
|
|
},
|
|
{
|
|
"id": 1,
|
|
"from_id": 0,
|
|
"to_id": 2,
|
|
"type": "foundedBy"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"from_id": 0,
|
|
"to_id": 3,
|
|
"type": "foundedBy"
|
|
}
|
|
]
|
|
}
|