File size: 533 Bytes
9f97a2a
 
 
 
 
 
1112ca3
 
930eca3
 
 
 
1112ca3
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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)
```