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.

Manipuri Monolingual Corpus

About

This Manipuri Monolingual corpus contains an expanded monolingual corpus for Manipuri in the following paper. It has been compiled from publicly available texts on the internet in the open domain.

Dataset Statistics

Set 1 Dataset contains approx. 11 million words.

Set 2 Dataset contains approx. 19 million words.

Set 3 Dataset contains approx. 76 million words.

Dataset Quality

Set 1 is of high quality. Set 3 is of the low quality, as its corpus has been converted from glyphs. Set 2 is in between the two.

How to Use

You can load the dataset using the Huggingface datasets library:

from datasets import load_dataset

# Load the set1 dataset
bible_dataset = load_dataset(
    "joyson117/manipuri-monolingual-corpus", 
    name="set1",
    split="set1"
)

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
21