-
Notifications
You must be signed in to change notification settings - Fork 42
Home
matt-gardner edited this page Sep 3, 2014
·
3 revisions
Welcome to the PRA wiki!
This code uses maven to manage its dependencies. You will need to have maven installed on your system in order to compile this code correctly. To run the code with KbPraDriver as your main class (as is recommended), you can use the following command:
mvn exec:java -Dexec.mainClass="edu.cmu.ml.rtw.pra.experiments.KbPraDriver" -Dexec.args="[args]"
See the documentation for more details on what the arguments to KbPraDriver should look like.