Skip to content

Commit

Permalink
Removed JVM verbose option in metamaplite script template.
Browse files Browse the repository at this point in the history
  • Loading branch information
willjrogers committed Feb 12, 2019
1 parent 6ba8415 commit 3db37ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metamaplite.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ MMLPROPS="-Dopennlp.en-sent.bin.path=$OPENNLP_MODELS/en-sent.bin \
-Dmetamaplite.excluded.termsfile=$PROJECTDIR/data/specialterms.txt"

CLASSPATH=$CONFIGDIR
java -verbose $MML_JVM_OPTS $MMLPROPS -cp $PROJECTDIR/target/metamaplite-*-standalone.jar gov.nih.nlm.nls.ner.MetaMapLite $*
java $MML_JVM_OPTS $MMLPROPS -cp $PROJECTDIR/target/metamaplite-*-standalone.jar gov.nih.nlm.nls.ner.MetaMapLite $*

0 comments on commit 3db37ab

Please sign in to comment.