CoolFace
Datasetpublic

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.

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes65downloads
Dataset Card

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

FieldTypeDescription
celexstringCELEX document identifier
resource_typestringType of legal document (caselaw, decision, directive, intagr, recommendation, regulation)
urlstringSource URL
title_enstringEnglish title
title_dastringDanish title
text_enstringEnglish text
text_dastringDanish text
text_source_enstringEnglish text source format (html or pdf)
text_source_dastringDanish text source format (html or pdf)
chars_enint64English character count
chars_daint64Danish character count

Statistics

Document typeSamples
caselaw102,298
decision44,884
directive4,361
intagr13,328
regulation124,488
recommendation3,434
Total292,793

Data Splits

Single train split containing all document types.

Usage

python
from datasets import load_dataset

ds = load_dataset("oliverkinch/eur-lex", split="train")