CoolFace
Datasetpublic

dasturbek/uzbek_homonym_affixes

Uzbek Homonym Affixes Dataset Dataset link on Hugging Face 📖 Description This dataset contains Uzbek homonym affixes (omonim qo‘shimchalar) with their occurrences in different parts of speech.The dataset is designed to support Uzbek NLP research, especially in the fields of: Morphological analysis Part-of-speech tagging Word sense disambiguation Computational linguistics Each row represents an affix and its possible usage across multiple word classes.… See the full description on the dataset page: https://huggingface.co/datasets/dasturbek/uzbek_homonym_affixes.

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes21downloads
Dataset Card

Uzbek Homonym Affixes Dataset

Dataset link on Hugging Face

📖 Description

This dataset contains Uzbek homonym affixes (omonim qo‘shimchalar) with their occurrences in different parts of speech. The dataset is designed to support Uzbek NLP research, especially in the fields of:

  • —Morphological analysis
  • —Part-of-speech tagging
  • —Word sense disambiguation
  • —Computational linguistics

Each row represents an affix and its possible usage across multiple word classes.


📂 Dataset Structure

Columns

  • —Qo‘shimcha → Uzbek affix (e.g., -a, -ak, -ar)
  • —Ot → Example usage in nouns (e.g., jizza (s/y))
  • —Sifat → Example usage in adjectives
  • —Fe’l → Example usage in verbs
  • —Ravish → Example usage in adverbs
  • —Yordamchi so‘z → Usage in auxiliary words

s/y → so‘z yasovchi qo‘shimcha (derivational suffix), sh/y → shakl yasovchi qo‘shimcha (inflectional suffix).


🔧 Usage

You can easily load the dataset using Hugging Face datasets library:

python
from datasets import load_dataset

dataset = load_dataset("dasturbek/uzbek_homonym_affixes")
print(dataset['train'][0])