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.
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
Usage
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
