ernestojimenezruiz / logmap-matcher

LogMap: An Ontology Alignment and Alignment Repair System
Apache License 2.0
117 stars 31 forks source link

Adding google translate #35

Closed RasmusKlinkJoerg closed 1 year ago

RasmusKlinkJoerg commented 1 year ago

On windows when adding google translate with Maven, you need quotes around "com.googlecode" and "0.97".

So you have: mvn install:install-file -Dfile=/home/ernesto/git/logmap3-matcher/lib/google-api-translate-java-0.97.jar -DgroupId="com.googlecode" -DartifactId=google-api-translate-java -Dversion="0.97" -Dpackaging=jar

ernestojimenezruiz commented 1 year ago

Many thanks! I have added this to the instructions!

Ernesto