-
WS4J and JAWJAW (https://github.com/mhjabreel/ws4j/tree/master/edu.cmu.lti.ws4j)
-
Download the jar files and install to your local repository with Maven
-
mvn install:install-file -Dfile=/path/lib/jawjaw-0.1.0.jar -DgroupId=cmu.edu.lti -DartifactId=jawjaw -Dversion=0.1 -Dpackaging=jar
-
mvn install:install-file -Dfile=/path/lib/ws4j-1.0.2-jar-with-dependencies.jar -DgroupId=cmu.edu.lti -DartifactId=ws4j -Dversion=1.0 -Dpackaging=jar
-
Change the repository configuration in pom.xml to your local repository
<repository>
<id>local-repo</id>
<name>Local-Repo</name>
<url>/path/to/local/rep/</url>
</repository>
- run
mvn install - run
java -jar target/ggdsminer-1.0-jar-with-dependencies.jar /path/for/config/graph/json /path/for/config/miner/json path/for/output
- Information about where the graph is stored and its schema --> see configgraph_example.json
- Parameters for the miner --> see confiminer_example.json