CoolFace
Datasetpublic

kalixlouiis/lokaniti-vocabulary-pairs

Lokaniti Pali-Burmese Vocabulary Pairs πŸ“– About the Dataset This dataset provides a clean, deduplicated collection of Pali and Burmese word/phrase pairs extracted directly from the Nissaya breakdowns of the Lokaniti text. It is designed to support lexicography, alignment tasks, and machine translation experiments involving classical Pali and Burmese languages. Total Unique Pairs: 1,640 Data Integrity: 0 null values. πŸ‘€ Who Created This dataset and… See the full description on the dataset page: https://huggingface.co/datasets/kalixlouiis/lokaniti-vocabulary-pairs.

sourceHugging Facecc-by-4.0updated 2mo agoView on Hugging Face
1likes42downloads
Dataset Card

Lokaniti Pali-Burmese Vocabulary Pairs

πŸ“– About the Dataset

This dataset provides a clean, deduplicated collection of Pali and Burmese word/phrase pairs extracted directly from the Nissaya breakdowns of the Lokaniti text. It is designed to support lexicography, alignment tasks, and machine translation experiments involving classical Pali and Burmese languages.

  • β€”Total Unique Pairs: 1,640
  • β€”Data Integrity: 0 null values.

πŸ‘€ Who Created

This dataset and its processing pipeline were independently created, curated, and maintained by Khant Sint Heinn (Kalix Louis).

πŸ—‚οΈ Dataset Structure

Each entry in the .jsonl file contains a direct word-to-word or phrase-to-phrase mapping with all punctuation removed:

json
{
  "pali": "α€‘α€Ÿα€Ά",
  "burmese": "α€„α€«α€žα€Šα€Ί"
}

πŸ› οΈ How It Was Created

The vocabulary pairs were automatically extracted and refined from the primary text via a processing script:

  1. 1.Parsing the traditional Burmese Nissaya commentary lines.
  2. 2.Isolating corresponding Pali tokens and Burmese gloss meanings.
  3. 3.Stripping all punctuation marks (၊, ။, -, etc.) to create clean lexical pairs.
  4. 4.Filtering out duplicate entries to ensure high dataset uniqueness.

The source code and data pipeline scripts are publicly available here:

πŸ‘‰ [Lokaniti Dataset Pipeline GitHub Repository](https://github.com/kalixlouiis/lokaniti-dataset-pipeline)

πŸ”— Related Datasets

πŸ“ License & Citation

This dataset is open-source and released under the Creative Commons Attribution 4.0 International (CC-BY-4.0) license.

If you use this dataset, please cite it as:

bibtex
@dataset{lokaniti_vocab_2026,
  author = {{Khant Sint Heinn}},
  title = {Lokaniti Pali-Burmese Vocabulary Pairs},
  year = {2026},
  publisher = {Hugging Face},
  url = {https://huggingface.co/datasets/kalixlouiis/lokaniti-vocabulary-pairs}
}

πŸ‘€ About the Author

Khant Sint Heinn (α€α€”α€·α€Ία€†α€„α€Ία€Ÿα€­α€α€Ία€Έ) | A.k.a. Kalix Louis Founder & Lead AI Scientist @ [DatarrX Foundation](https://huggingface.co/DatarrX)

I am a Machine Learning Engineer based in Myanmar, focused on Natural Language Processing (NLP) and Data-Centric AI. My work centers on building robust data foundations for low-resource languages, specifically Burmese (Myanmar)β€”by creating high-quality datasets, custom tokenizers, and specialized linguistic tools to democratize AI innovation.

Through open-source initiatives at DatarrX, I develop scalable data pipelines and computational resourcesβ€”spanning contemporary Burmese corpora to specialized linguistic datasets, to provide reliable building blocks for next-generation language models and computational linguistics.

If you find this project useful or are interested in collaborating on Burmese NLP, LLM evaluation, or low-resource language research, feel free to reach out, open an issue, or contribute!