| 1, 2 |
[
{"text": "foo bar", "tokens": ["foo", "bar"]},
{"text": "foo", "tokens": ["foo"]},
{"text": "bar", "tokens": ["bar"]}
]
|
| foo, bar, and ris |
1, 2, 3 |
[
{"text": "foo, bar, and", "tokens": ["foo", "bar", "and"]},
{"text": "bar, and ris", "tokens": ["bar", "and", "ris"]},
{"text": "foo, bar", "tokens": ["foo", "bar"]},
{"text": "bar, and", "tokens": ["bar", "and"]},
{"text": "and ris", "tokens": ["and", "ris"]},
{"text": "foo", "tokens": ["foo"]},
{"text": "bar", "tokens": ["bar"]},
{"text": "and", "tokens": ["and"]},
{"text": "ris", "tokens": ["ris"]}
]
|