Skip to content

Commit

Permalink
sentence identify script for unix-like os
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc committed Dec 21, 2015
1 parent 7f66af8 commit a1836e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sentence-identify.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
mvn -Dmaven.test.skip clean install dependency:copy-dependencies
export JAVA_OPTS="-Xms1200m -Xmx1200m"
export CLASS_PATH="target/classes:target/dependency/slf4j-api-1.6.4.jar:target/dependency/logback-classic-0.9.28.jar:target/dependency/logback-core-0.9.28.jar"
export EXECUTOR="java $JAVA_OPTS -cp $CLASS_PATH"
exec $EXECUTOR org.apdplat.word.analysis.SentenceIdentify

0 comments on commit a1836e8

Please sign in to comment.