Skip to content

Commit

Permalink
Readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sroy9 committed Nov 15, 2016
1 parent 717392f commit 859cda0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ models/
easyccg*
giza*
parallel*
data/shyam*
data/shyam*
*~
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,24 @@ Data can be found in the folder data/equationparsebrat/.

Instructions to run the code :

You will need to have maven installed in your system. To download the
dependencies, run

mvn dependency:copy-dependencies
Next compile using :

mvn compile

Finally here are the options:

1. sh run.sh Numoccur : Predicts quantity trigger list. Output file log/Numoccur.out

2. sh run.sh Var : Predicts variable trigger list. Output file log/Var.out

3. sh run.sh Tree : Predicts equation tree. Output file log/Tree.out

4. sh run.sh Pipeline : Runs the first three classifiers in a pipeline, and predicts complete equation parse. Output file log/Pipeline.out
4. sh run.sh Pipeline : Runs the first three classifiers in a pipeline, and predicts complete equation parse. Output file log/Pipeline.out. Assumes steps 1-3 have been already run.

5. sh run.sh : Runs the pipeline method end to end, basically runs steps 1 to 4.

Expand Down

0 comments on commit 859cda0

Please sign in to comment.