|
|
--- |
|
|
language: |
|
|
- ku |
|
|
configs: |
|
|
- config_name: semi colon |
|
|
sep: ";" |
|
|
--- |
|
|
|
|
|
This dataset is for developing and evaluating grammatical error correction (GEC) models, |
|
|
like Grammarly, for Kurdish Kurmanji. Incorrect sentences were manually collected |
|
|
from YouTube comment sections of Kurdish videos and corrected by Muzaffer Cıkay. |
|
|
The source videos are documented in the source.txt file. |
|
|
|
|
|
Usage |
|
|
```py |
|
|
from datasets import load_dataset |
|
|
|
|
|
dataset = load_dataset("muzaffercky/kurdish-kurmanji-typo-correction", split="train") |
|
|
|
|
|
print(dataset) |
|
|
``` |