CoolFace
Datasetpublic

iqbalmirzayev/Azerbaijani_Dictionary_Dataset

Azerbaijani Dictionary Dataset This dataset contains Azerbaijani words, their IDs, and associated tags. It is useful for NLP tasks such as word classification and language modeling. Structure headline_id: Unique identifier for each word/phrase. headline: Azerbaijani word or phrase. tag: The tag or category associated with the word. Usage You can load this dataset using the Hugging Face datasets library: from datasets import load_dataset dataset =… See the full description on the dataset page: https://huggingface.co/datasets/iqbalmirzayev/Azerbaijani_Dictionary_Dataset.

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes3downloads
Dataset Card

Azerbaijani Dictionary Dataset

This dataset contains Azerbaijani words, their IDs, and associated tags. It is useful for NLP tasks such as word classification and language modeling.

Structure

  • —headline_id: Unique identifier for each word/phrase.
  • —headline: Azerbaijani word or phrase.
  • —tag: The tag or category associated with the word.

Usage

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

python
from datasets import load_dataset

dataset = load_dataset("iqbalmirzayev/Azerbaijani_Dictionary_Dataset")
print(dataset)