Skip to content

Latest commit

 

History

348 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating knowledge graph embeddings

Compiling into runnable jar

Create a jar with:

mvn clean package assembly:single

The program needs a configuration file to run. Examples can be found in the /config directory

Then run with:

java -jar target/graph-embeddings.jar -c For example: java -jar target/graph-embeddings.jar -Xmx30g -c config/saa.yml

When the process is finished, the generated embedding will be in the /out directory

About

Create embeddings for RDF-graphs using the GloVe model

Topics

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages