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.
headline_id: Unique identifier for each word/phrase.
headline: Azerbaijani word or phrase.
tag: The tag or category associated with the word.
You can load this dataset using the Hugging Face datasets library:
from datasets import load_dataset