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
data
directory - Generate the LLKG with
python3 src/generate.py