Skip to content

Commit

Permalink
refine gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Linda-sunshine committed May 22, 2019
1 parent dc1fd8c commit e54b4ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ data/*
data/Features/*
.DS_Store
.classpath
compile
run
/bin/
Jar/*
out/*
Expand Down
7 changes: 7 additions & 0 deletions compile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
PROJECT_PATH=.
JAR_PATH=$PROJECT_PATH/libs
BIN_PATH=$PROJECT_PATH/bin
CLASS_PATH=$PROJECT_PATH/src

javac -g -nowarn -cp $CLASS_PATH -d $BIN_PATH -extdirs $JAR_PATH $CLASS_PATH/mains/EUBExecution.java
2 changes: 2 additions & 0 deletions run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
java -Xmx8G -Xms2G -cp bin:libs/Jama-1.0.3.jar:libs/commons-math3-3.1.jar:libs/parallelcolt-0.9.4.jar:libs/jsoup-1.7.3.jar:libs/jwnl-1.3.3.jar:libs/opennlp-maxent-3.0.3.jar:libs/opennlp-tools-1.5.3.jar:libs/optimization.jar:libs/trove-2.0.2.jar:libs/mallet.jar mains/EUBExecution $@

0 comments on commit e54b4ca

Please sign in to comment.