Skip to content

Commit

Permalink
Adding two scripts to run Stanford CoreNLP
Browse files Browse the repository at this point in the history
  • Loading branch information
wkwong-ribose committed Nov 12, 2021
1 parent 497b427 commit 2f9120d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/mac.command
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd -- "$(dirname "$0")"
java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -quiet -annotators tokenize,ssplit,pos,lemma,parse -port 9000 -timeout 15000
1 change: 1 addition & 0 deletions scripts/windows.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -quiet -annotators tokenize,ssplit,pos,lemma,parse -port 9000 -timeout 15000

0 comments on commit 2f9120d

Please sign in to comment.