Skip to content

Semantic Technologies and Knowledge Graphs project work, Computer Science a.y. 2023-2024

Notifications You must be signed in to change notification settings

Midorilly/STKG-LLKG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STKG-LLKG

Linked Linguistic Knowledge Graph

Linked Linguistic Knowledge Graph

Project Organization

├── 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

To run

On Windows

  1. Install the requirements with pip install -r requirements.txt
  2. Download Etymological WordNet and Lexvo .nt dump resources and store them in the data directory
  3. Generate the LLKG with python3 src/generate.py

About

Semantic Technologies and Knowledge Graphs project work, Computer Science a.y. 2023-2024

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages