const config = ` `; const data = { text: '

Jules: No no, Mr. Wolfe, it\'s not like that. Your help is definitely appreciated.

Vincent: Look, Mr. Wolfe, I respect you. I just don\'t like people barking orders at me, that\'s all.

The Wolf: 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.

', }; const result = [ { id: "Umb_V5CIey", from_name: "ner", to_name: "text", type: "hypertextlabels", origin: "manual", 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, globalOffsets: { start: 81, end: 105, }, text: "Vincent: Look, Mr. Wolfe", hypertextlabels: ["Date"], }, }, { id: "FQKKGR1yv5", from_name: "ner", to_name: "text", type: "hypertextlabels", origin: "manual", 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, globalOffsets: { start: 0, end: 5, }, text: "Jules", hypertextlabels: ["Person"], }, }, { id: "SLNxK0a8oW", from_name: "ner", to_name: "text", type: "hypertextlabels", origin: "manual", 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, globalOffsets: { start: 180, end: 188, }, text: "The Wolf", hypertextlabels: ["Person"], }, }, { id: "fyHRX3DdNv", from_name: "ner", to_name: "text", type: "hypertextlabels", origin: "manual", 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: 33, globalOffsets: { start: 69, end: 121, }, text: "appreciated.\\n\\nVincent: Look, Mr. Wolfe, I respect you.", hypertextlabels: ["Date"], }, }, ]; const title = "HTML labeling"; module.exports = { config, data, result, title };