/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
web/libs/editor/src/examples/rich_text_html/tasks.json
79 строк
3 KB
Raul Martin
refactor: echo 27: Introducing biome (#5759)
29 апр 2024, 11:39
Не верифицирован
29 апр 2024, 11:39
2660ec9
Код
Авторство
О чём код?
[ { "data": { "text": "<div style=\"max-width: 750px\"><div style=\"clear: both\"><div style=\"float: right; display: inline-block; border: 1px solid #F2F3F4; background-color: #F8F9F9; border-radius: 5px; padding: 7px; margin: 10px 0;\"><p><b>Jules</b>: No no, Mr. Wolfe, it's not like that. Your help is definitely appreciated.</p></div></div><div style=\"clear: both\"><div style=\"float: right; display: inline-block; border: 1px solid #F2F3F4; background-color: #F8F9F9; border-radius: 5px; padding: 7px; margin: 10px 0;\"><p><b>Vincent</b>: Look, Mr. Wolfe, I respect you. I just don't like people barking orders at me, that's all.</p></div></div><div style=\"clear: both\"><div style=\"display: inline-block; border: 1px solid #D5F5E3; background-color: #EAFAF1; border-radius: 5px; padding: 7px; margin: 10px 0;\"><p><b>The Wolf</b>: If I'm curt with you, it's because time is a factor. I think fast, I talk fast, and I need you two guys to act fast if you want to get out of this. So pretty please, with sugar on top, clean the car.</p></div></div></div>" }, "predictions": [ { "model_version": "model 1", "created_ago": "2 weeks, 6 days", "result": [ { "id": "Umb_V5CIey", "from_name": "ner", "to_name": "text", "source": "$text", "type": "hypertextlabels", "parent_id": null, "value": { "start": "/div[1]/div[2]/div[1]/p[1]/b[1]/text()[1]", "end": "/div[1]/div[2]/div[1]/p[1]/text()[1]", "startOffset": 0, "endOffset": 17, "text": "Vincent: Look, Mr. Wolfe", "hypertextlabels": ["Date"] } }, { "id": "FQKKGR1yv5", "from_name": "ner", "to_name": "text", "source": "$text", "type": "hypertextlabels", "parent_id": null, "value": { "start": "/div[1]/div[1]/div[1]/p[1]/b[1]/text()[1]", "end": "/div[1]/div[1]/div[1]/p[1]/b[1]/text()[1]", "startOffset": 0, "endOffset": 5, "text": "Jules", "hypertextlabels": ["Person"] } }, { "id": "SLNxK0a8oW", "from_name": "ner", "to_name": "text", "source": "$text", "type": "hypertextlabels", "parent_id": null, "value": { "start": "/div[1]/div[3]/div[1]/p[1]/b[1]/text()[1]", "end": "/div[1]/div[3]/div[1]/p[1]/b[1]/text()[1]", "startOffset": 0, "endOffset": 8, "text": "The Wolf", "hypertextlabels": ["Person"] } }, { "id": "fyHRX3DdNv", "from_name": "ner", "to_name": "text", "source": "$text", "type": "hypertextlabels", "parent_id": null, "value": { "start": "/div[1]/div[1]/div[1]/p[1]/text()[1]", "end": "/div[1]/div[2]/div[1]/p[1]/text()[1]", "startOffset": 64, "endOffset": 16, "text": "appreciated.\\n\\nVincent: Look, Mr. Wolfe, I respect you.", "hypertextlabels": ["Date"] } } ] } ] } ]