Burmese-Dictionary / README.md
Rickaym's picture
Upload dataset
7bd4640 verified
metadata
language:
  - my
tags:
  - dictionary
  - burmese
size_categories:
  - 10K<n<100K
license: mit
dataset_info:
  features:
    - name: alphabet
      dtype: string
    - name: word
      dtype: string
    - name: phonetics
      dtype: string
    - name: meaning
      dtype: string
    - name: pos
      dtype: string
    - name: origin
      dtype: string
  splits:
    - name: train
      num_bytes: 4564639
      num_examples: 19258
  download_size: 1521317
  dataset_size: 4564639
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Burmese Dictionary

A dictionary of 18,000 Burmese words. Burmese to Burmese dictionary. This dataset aims to be of value to NLP endeavors in Burmese.

Dataset Details

Dataset Description

Each definition has 6 properties.

alphabet - အက္ခရာ word - ဝေါဟာရ phonetics - အသံထွက် definition - အဓိပ္ပါယ် pos - part of speech ဝါင်္စဂ origin - ဇာစ်မြစ်

Origin languages are written in short, e.g., ပါ for ပါဠိ.

အသုံးပြုရန်။

from datasets import load_dataset

ds = load_dataset("Rickaym/Burmese-Dictionary")
  • Curated by: @rickaym
  • Language(s) (NLP): Burmese