Datasets:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
π Etymos Dataset
This dataset contains normalized etymological transformation data from different languages to spanish, extracted from Wiktionary.
π Dataset Details
- Source: Wiktionary contributors (via kaikki/wiktextract)
- Dump date: 2025-08-23
- Fields included:
- lang_origin: Original language
- word_origin: Word in the original language
- lang_dest: Target/derived language
- word_dest: Word in the target language
- link_type: Relationship type (direct/indirect),
for example if there is a derivation from
latin -> old spanish -> spanish, there will be a direct derivation fromlatin -> old spanishandold spanish -> spanishand an indirect derivation fromlatin -> spanish - id: Shared identifier linking related entries
π οΈ Transformation & Preprocessing
- Extracted the etymological text
- Used a rule-based system to extract etymological languages and words
- Cleaned non real languages
- Normalized languages into main languages and families (e.g. specific chinese dialects to "chinese")
For the original extraction see: Kaikki Wiktionary Raw Data.
For the extraction methodology see:
Tatu YlΓΆnen. Wiktextract: Wiktionary as Machine-Readable Structured Data. LREC 2022. PDF.
π License
- Dataset text content: CC BY-SA 4.0
- Attribution required: βWiktionary contributors (via Kaikki/wiktextract)β
- Include license and indicate changes.
- This transformation modifies the original by restructuring, normalizing, and linking entries.
π Usage Example
from datasets import load_dataset
dataset = load_dataset("username/etymos-es")
print(dataset['train'][0])
- Downloads last month
- 30