Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 483 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 483 Bytes

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