You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

English-Manipuri Corpus

About

This English-Manipuri corpus contains an expanded parallel corpus for English-Manipuri of the following paper.

Dataset Statistics

Bible Dataset contains approx. 31K parallel sentences.

PIB-PMI Dataset contains approx. 500K parallel sentences.

How to Use

You can load the dataset using the Huggingface datasets library:

from datasets import load_dataset

# Load the bible dataset
bible_dataset = load_dataset(
    "joyson117/english-manipuri-parallel-corpus", 
    name="bible",
    split="bible"
)

# Load the pib-pmi dataset
pib_pmi_dataset = load_dataset(
    "joyson117/english-manipuri-parallel-corpus", 
    name="pib-pmi",
    split="pib_pmi"
)

Cite

If you use this corpus or its derivative resources for your research, kindly cite it as follows:

T. J. Singh, S. R. Singh and P. Sarmah, "English-Manipuri Machine Translation: An empirical study of different Supervised and Unsupervised Methods," 2021 International Conference on Asian Language Processing (IALP), Singapore, Singapore, 2021, pp. 142-147, doi: 10.1109/IALP54817.2021.9675167.

BiBTeX Citation

@INPROCEEDINGS{9675167,
  author={Telem Joyson Singh, Sanasam Ranbir Singh and Priyankoo Sarmah},
  booktitle={2021 International Conference on Asian Language Processing (IALP)}, 
  title={English-Manipuri Machine Translation: An empirical study of different Supervised and Unsupervised Methods}, 
  year={2021},
  pages={142-147},
  doi={10.1109/IALP54817.2021.9675167}}
Downloads last month
20