CoolFace
Datasetpublic

muzaffercky/kurdish-kurmanji-grammar-error-correction

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 X(Twitter) and Muzaffer Cıkay added their corrections. 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)

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes86downloads
Dataset Card

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 X(Twitter) and Muzaffer Cıkay added their corrections. 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)