CoolFace
Datasetpublic

adi515/drug_slangs

Drug Slang Terms with Nationality Mapping Description A curated multilingual dataset of drug‑related slang terms, mapped to their language, nationality, region, category, and confidence score.Terms were collected from public sources, social media, and linguistic research. Files drug_slang_terms.csv – CSV format (easy to open in Excel/Pandas) drug_slang_terms.json – JSON format (structured, ready for web apps) Format Field Type… See the full description on the dataset page: https://huggingface.co/datasets/adi515/drug_slangs.

sourceHugging Facecc-by-nc-4.0updated 3mo agoView on Hugging Face
0likes34downloads
Dataset Card

Drug Slang Terms with Nationality Mapping

Description

A curated multilingual dataset of drug‑related slang terms, mapped to their language, nationality, region, category, and confidence score. Terms were collected from public sources, social media, and linguistic research.

Files

  • —drug_slang_terms.csv – CSV format (easy to open in Excel/Pandas)
  • —drug_slang_terms.json – JSON format (structured, ready for web apps)

Format

FieldTypeDescription
termstringThe slang word/phrase
languagestringLanguage code (e.g., hi, en, ta)
nationalitystringNationality/region of use
regionstringMore specific region (if any)
categorystringcannabis, opioid, stimulant, etc.
subcategorystringFiner classification
confidencefloat0.0–1.0 (curation confidence)

Usage

python
from datasets import load_dataset
dataset = load_dataset("adi515/drug_slags_with_nation-mapping", data_files="drug_slang_terms.csv")

OR 

import pandas as pd
df = pd.read_csv("drug_slang_terms.csv")

Ethical Considerations

This dataset is intended only for content moderation, public health research, and academic study. It must not be used to facilitate illegal activities.

License

CC BY-NC 4.0