Skip to content

Commit

Permalink
sentence identify script for windows os
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc committed Dec 21, 2015
1 parent a1836e8 commit 7e8aff6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sentence-identify.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@echo off
call mvn -Dmaven.test.skip clean install dependency:copy-dependencies
set JAVA_OPTS=-Xms1200m -Xmx1200m
set 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
set EXECUTOR=java %JAVA_OPTS% -cp %CLASS_PATH%
call %EXECUTOR% org.apdplat.word.analysis.SentenceIdentify

0 comments on commit 7e8aff6

Please sign in to comment.