metadata
language:
- en
multilinguality:
- monolingual
dataset_info:
configs:
- config_name: names
features:
- name: _id
dtype: string
- name: text
dtype: string
- config_name: synonyms
features:
- name: _id
dtype: string
- name: text
dtype: string
- config_name: external
features:
- name: _id
dtype: string
- name: text
dtype: string
configs:
- config_name: names
data_files:
- split: corpus
path: corpus.jsonl
- split: terms
path: terms.jsonl
- split: sentences
path: sentences.jsonl
- config_name: synonyms
data_files:
- split: corpus
path: corpus.jsonl
- split: terms
path: terms.jsonl
- split: sentences
path: sentences.jsonl
- config_name: external
data_files:
- split: corpus
path: corpus.jsonl
To be finished