metadata
language:
- srn
- nl
multilinguality:
- translation
pretty_name: sranantongo
task_categories:
- translation
Dataset Description
Dataset for Sranantongo, an English-based creole language spoken as lingua franca in Suriname. The dataset includes monolingual data as well as Sranantongo-Dutch parallel data.
The following splits are available:
srn
Monolingual data scraped from SIL. There is atrain
split (6570 sentences) available.srn-nl_jw
Parallel data srn-nl originating from Jehova Witnesses. There aretrain
(299085 sentences),validation
(256 sentences), andtest
(256 sentences) splits available.srn-nl_other
Parallel data srn-nl originating from Z-Library, Naks Sranan facebook and Dutch DOJ. There aretrain
(3610 sentences),validation
(256 sentences), andtest
(256 sentences) splits available.
For more details see the accompanying paper https://arxiv.org/abs/2212.06383
Using dataset
Example of loading monolingual data:
dataset = load_dataset("davidstap/sranantongo", "srn", trust_remote_code=True)
Example of loading parallel JW data:
dataset = load_dataset("davidstap/sranantongo", "srn-nl_jw", trust_remote_code=True)
Example of loading parallel other data:
dataset = load_dataset("davidstap/sranantongo", "srn-nl_other", trust_remote_code=True)
Citation Information
@article{zwennicker2022towards,
title={Towards a general purpose machine translation system for Sranantongo},
author={Zwennicker, Just and Stap, David},
journal={arXiv preprint arXiv:2212.06383},
year={2022}
}