Skip to content

Jurian/disambed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

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