muzaffercky's picture
Update README.md (#9)
930eca3 verified
|
raw
history blame
533 Bytes
metadata
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

from datasets import load_dataset

dataset = load_dataset("muzaffercky/kurdish-kurmanji-typo-correction", split="train")

print(dataset)