Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 464 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 464 Bytes

Meager

Graph embeddings measurer - a tool for computing metrics for testing knowledge graph embedding models.

The tool borrows a significant portion of code from the OpenKE repo.

Building

To build the tool, execute the following command:

cmake . && make all

To install via cget (the lib file is saved as /usr/lib/libmeager.so) execute the following command:

sudo cget install zeionara/meager