oliverkinch/eur-lex
EUR-Lex EN–DA (Parallel Legal Text) A parallel corpus of EU legal documents in English and Danish. Contains only samples where both languages are present. Dataset Structure Features Field Type Description celex string CELEX document identifier resource_type string Type of legal document (caselaw, decision, directive, intagr, recommendation, regulation) url string Source URL title_en string English title title_da string Danish… See the full description on the dataset page: https://huggingface.co/datasets/oliverkinch/eur-lex.
EUR-Lex EN–DA (Parallel Legal Text)
A parallel corpus of EU legal documents in English and Danish. Contains only samples where both languages are present.
Dataset Structure
Features
Statistics
Data Splits
Single train split containing all document types.
Usage
from datasets import load_dataset
ds = load_dataset("oliverkinch/eur-lex", split="train")