Datasets:
Tasks:
Translation
Modalities:
Text
Formats:
parquet
Sub-tasks:
language-identification
Languages:
Twi
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,17 +36,26 @@ dataset_info:
|
|
| 36 |
|
| 37 |
The **Twi Words Dataset** is a curated list of over **50,000 unique words** in Twi, a major language spoken in Ghana. This dataset aims to support **Natural Language Processing (NLP)** tasks in Twi, particularly for low-resource language modeling, classification, and lexicon development.
|
| 38 |
|
| 39 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
### Data Fields
|
| 42 |
|
| 43 |
-
|
| 44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
-
|
|
|
|
| 47 |
|
| 48 |
-
```json
|
| 49 |
-
{
|
| 50 |
-
"word": "agya",
|
| 51 |
-
"frequency": 892
|
| 52 |
-
}
|
|
|
|
| 36 |
|
| 37 |
The **Twi Words Dataset** is a curated list of over **50,000 unique words** in Twi, a major language spoken in Ghana. This dataset aims to support **Natural Language Processing (NLP)** tasks in Twi, particularly for low-resource language modeling, classification, and lexicon development.
|
| 38 |
|
| 39 |
+
## Purpose
|
| 40 |
+
|
| 41 |
+
This dataset is created to support:
|
| 42 |
+
|
| 43 |
+
- NLP development for low-resource African languages
|
| 44 |
+
- Spell checkers and autocorrect models
|
| 45 |
+
- Text-to-speech and speech-to-text training
|
| 46 |
+
- Language modeling and word embeddings
|
| 47 |
+
- Educational and lexicographic tools
|
| 48 |
|
| 49 |
### Data Fields
|
| 50 |
|
| 51 |
+
Each row in the dataset contains:
|
| 52 |
+
|
| 53 |
+
| Word | Frequency |
|
| 54 |
+
|--------------|-----------|
|
| 55 |
+
| twi_word_1 | 1234 |
|
| 56 |
+
| twi_word_2 | 987 |
|
| 57 |
+
| ... | ... |
|
| 58 |
|
| 59 |
+
- `Word`: A unique word in Twi extracted from a large corpus.
|
| 60 |
+
- `Frequency`: The number of times the word appears in the corpus, indicating its usage frequency.
|
| 61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|