Skip to content
Snippets Groups Projects
Commit 75db17ed authored by Shyam Upadhyay's avatar Shyam Upadhyay
Browse files

tested interactively

parent b8d34dbd
No related branches found
No related tags found
1 merge request!1Shyam
......@@ -42,7 +42,13 @@
<dependency>
<groupId>edu.illinois.cs.cogcomp</groupId>
<artifactId>illinois-nlp-pipeline</artifactId>
<version>0.1.6-lemmatizer</version>
<version>0.1.8-lemmatizer</version>
</dependency>
<dependency>
<groupId>edu.illinois.cs.cogcomp</groupId>
<artifactId>illinois-core-utilities</artifactId>
<version>1.2.19</version>
</dependency>
<dependency>
......
......@@ -8,6 +8,7 @@ MEMORY="-Xmx100g"
OPTIONS="-ea $MEMORY -cp $CP "
MAINCLASS=edu.illinois.cs.cogcomp.srl.Main
#MAINCLASS=edu.illinois.cs.cogcomp.srl.Main
MAINCLASS=edu.illinois.cs.cogcomp.srl.SemanticRoleLabeler
time nice java $OPTIONS $MAINCLASS "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment