const config = ` `; const data = { reviewText: "Not much to write about here, but it does exactly what it's supposed to. filters out the pop sounds. now my recordings are much more crisp. it is one of the lowest prices pop filters on amazon so might as well buy it, they honestly work the same despite their pricing,", }; const result = [ { value: { start: 186, end: 192, text: "amazon", labels: ["Person"] }, id: "dLeaKthoHb", from_name: "ner", to_name: "my_text", type: "labels", origin: "manual", }, { value: { start: 186, end: 192, text: ["huge corp"] }, id: "dLeaKthoHb", from_name: "description", to_name: "my_text", type: "textarea", origin: "manual", }, { value: { start: 186, end: 192, text: "amazon", choices: ["Male"] }, id: "dLeaKthoHb", from_name: "gender", to_name: "my_text", type: "choices", origin: "manual", }, { value: { start: 186, end: 192, text: "amazon", choices: ["Negative"] }, id: "dLeaKthoHb", from_name: "sentiment2", to_name: "my_text", type: "choices", origin: "manual", }, { value: { choices: ["Neutral"] }, id: "i4d7FDNQMF", from_name: "sentiment", to_name: "my_text", type: "choices", origin: "manual", }, { value: { start: 0, end: 3, text: "Not", labels: ["Time"] }, id: "SnZmh8A4m2", from_name: "ner", to_name: "my_text", type: "labels", origin: "manual", }, { value: { start: 0, end: 3, text: "Not", choices: ["Positive"] }, id: "SnZmh8A4m2", from_name: "sentiment2", to_name: "my_text", type: "choices", origin: "manual", }, ]; // @todo add really nested choices to config const title = "Classifications, global and per-region"; module.exports = { config, data, result, title };