Datasets:
File size: 1,617 Bytes
cfaa847 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | {
"id": 5,
"data": {
"en_text": "Despite the common structure, each FP has unique properties.",
"vi_text": "Mặc dù có cùng cấu trúc cơ bản, mỗi FP lại có những đặc tính riêng biệt."
},
"annotations": [
{
"id": 5,
"result": [
{
"id": "en_abs0053_sent05_ent01",
"from_name": "en_label",
"to_name": "en_text",
"type": "labels",
"value": {
"start": 19,
"end": 28,
"text": "structure",
"labels": [
"T082"
]
}
},
{
"id": "en_abs0053_sent05_ent02",
"from_name": "en_label",
"to_name": "en_text",
"type": "labels",
"value": {
"start": 35,
"end": 37,
"text": "FP",
"labels": [
"T103"
]
}
},
{
"id": "vi_abs0053_sent05_ent01",
"from_name": "vi_label",
"to_name": "vi_text",
"type": "labels",
"value": {
"start": 15,
"end": 23,
"text": "cấu trúc",
"labels": [
"T082"
]
}
},
{
"id": "vi_abs0053_sent05_ent02",
"from_name": "vi_label",
"to_name": "vi_text",
"type": "labels",
"value": {
"start": 36,
"end": 38,
"text": "FP",
"labels": [
"T103"
]
}
}
]
}
]
}
|