Skip to content

Commit

Permalink
mate-tools 3.61
Browse files Browse the repository at this point in the history
  • Loading branch information
fginter committed Aug 31, 2016
1 parent 1a73d14 commit e35d037
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ echoc "Downloading Omorfi java implementation (morphological analyzer)"
runc wget http://sourceforge.net/projects/hfst/files/optimized-lookup/hfst-ol.jar/download -O hfst-ol.jar


echoc "Downloading the parser binary from http://mate-tools.googlecode.com/files/anna-3-1.jar"
runc wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mate-tools/anna-3.6.jar #http://mate-tools.googlecode.com/files/anna-3-1.jar
echoc "Downloading the parser binary from https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mate-tools/anna-3.61.jar"
runc wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mate-tools/anna-3.61.jar

echoc "Picking a local version of Marmot"
runc cp ../LIBS-LOCAL/marmot/marmot-2014-10-22.jar marmot.jar
Expand Down
2 changes: 1 addition & 1 deletion parse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

source init.sh

java -Xmx2000M -classpath LIBS/anna-3.6.jar is2.parser.Parser -model model/parser.model -test /dev/stdin -out $TMPDIR/input_parsed_raw.conll09 1>&2
java -Xmx2000M -classpath LIBS/anna-3.61.jar is2.parser.Parser -model model/parser.model -test /dev/stdin -out $TMPDIR/input_parsed_raw.conll09 1>&2
cat $TMPDIR/input_parsed_raw.conll09 | $PYTHON conllUtil.py --swap HEAD:=PHEAD,DEPREL:=PDEPREL

0 comments on commit e35d037

Please sign in to comment.