dwslab / melt

MELT - Matching EvaLuation Toolkit
MIT License
46 stars 12 forks source link

Cannot run RDF2VecMatcher in example #220

Open 1210768015 opened 10 months ago

1210768015 commented 10 months ago

Hello, I can't run this RDF2VecMatcher example. image

sven-h commented 10 months ago

Hi,

if you want to generate rdf2vec embeddings without using it for ontology matching, you can also use jrdf2vec directly.

If you want to use it for ontology matching, can you provide the full log file?

Best regards Sven

1210768015 commented 10 months ago

Thank you very much for your reply. This is my log file log.txt

sven-h commented 9 months ago

Hi,

sorry for the delay. I saw that the example is quite outdated (not all examples are updated with the framework as well). Thus, I changed a few lines in the last commit 04f7e48. Can you try running it now? You probably need to install the SNAPSHOT version of MELT by running

mvn install -DskipTests -Dmaven.javadoc.skip=true

in the main folder (see also the installation guide)