References:
plain_text
Use the following command to load this dataset in TFDS:
ds = tfds.load('huggingface:tashkeela/plain_text')
- Description:
Arabic vocalized texts.
it contains 75 million of fully vocalized words mainly97 books from classical and modern Arabic language.
- License: No known license
- Version: 1.0.0
- Splits:
Split | Examples |
---|---|
'train' |
97 |
- Features:
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"book": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}