Linked Linguistic Knowledge Graph
├── data
├── lkg <- Input resource.
├── etymwn <- Input resource.
├── lexvo <- Input resource.
└── llkg <- Output resource.
├── doc <- Project documentation.
├── schema <- LLKG schema.
├── src <- Code for generating LLKG resource.
| └── utils <- Code for reorganising EtymWordNet data.
├── .gitignore
├── README.md
└── requirements.txt
On Windows
- Install the requirements with
pip install -r requirements.txt - Download Etymological WordNet and Lexvo .nt dump resources and store them in the
datadirectory - Generate the LLKG with
python3 src/generate.py
Please cite the paper
@article{ghizzota2025enhancing,
title={Enhancing Linguistic Resources for Diachronic Analysis via Linked Data},
author={Ghizzota, Eleonora and Basile, Pierpaolo and d’Amato, Claudia and Fanizzi, Nicola},
journal={GWC 2025},
pages={192},
year={2025}
}
and the resource (can be downloaded from Zenodo)
Ghizzota, E., Basile, P., d'Amato, C., & Fanizzi, N. (2025).
Linked Linguistic Knowledge Graph (1.0.0) [Data set].
Global WordNet Conference 2025 (GWC2025), Pavia, Italy. Zenodo.