CoolFace
Datasetpublic

wang4067/cherokee-english-word-10.2k

Cherokee-English Word Dataset (10k) Overview The Cherokee-English Word Dataset is a comprehensive collection of 10,000 entries, each containing a word from the Cherokee language along with its English translation. This dataset is designed to facilitate linguistic research, aid in the development of machine translation models, and support educational initiatives aimed at preserving and promoting the Cherokee language. Data Structure Each entry in the… See the full description on the dataset page: https://huggingface.co/datasets/wang4067/cherokee-english-word-10.2k.

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
2likes40downloads
Dataset Card

Cherokee-English Word Dataset (10k)

Overview

The Cherokee-English Word Dataset is a comprehensive collection of 10,000 entries, each containing a word from the Cherokee language along with its English translation. This dataset is designed to facilitate linguistic research, aid in the development of machine translation models, and support educational initiatives aimed at preserving and promoting the Cherokee language.

Data Structure

Each entry in the dataset is structured as a JSON object with the following fields:

  • —id: A unique identifier for each entry.
  • —cherokee: The Cherokee word represented in the Cherokee syllabary.
  • —cherokee_phonetic: Phonetic transcription of the Cherokee word (currently empty in this dataset but can be filled in future versions).
  • —english: The English translation of the Cherokee word.
  • —category: The category or domain of the word, in this case, "dict" for dictionary.
  • —source: Attribution information for the source of the translation.
  • —instruction: A sample instruction or use case for the translation.
  • —input: The Cherokee word input for translation.
  • —output: A descriptive output that explains the translation.
  • —rag: A more formal representation of the translation relationship.

Sample Entry

json
{
    "id": "2ea0659a-b8bd-4be9-a0a6-df56104fdf84",
    "cherokee": "ᎧᏃᎮᏍᎩ",
    "cherokee_phonetic": "",
    "english": "indicator",
    "category": "dict",
    "source": "Dr Durbin Feeling Cherokee English Dictionary 1975",
    "instruction": "I need help with translating this Cherokee word into English.",
    "input": "ᎧᏃᎮᏍᎩ",
    "output": "'ᎧᏃᎮᏍᎩ' is the Cherokee word for 'indicator' in English.",
    "rag": "The English translation for \"ᎧᏃᎮᏍᎩ\" is \"indicator\""
}

Usage

This dataset can be utilized in various ways, including but not limited to:

  • —Training machine learning models for Cherokee-English translation.
  • —Supporting language learning applications and tools.
  • —Assisting in the development of Cherokee language resources and educational materials.
  • —Facilitating research in comparative linguistics and computational linguistics.

Source and Attribution

The translations in this dataset are sourced from the "Dr Durbin Feeling Cherokee English Dictionary 1975". Proper attribution should be given to this source when using the dataset for any purpose.

Limitations

Please note that the dataset currently does not include phonetic transcriptions for Cherokee words. Future updates may include this information to enhance the dataset's utility.