forked from kristjan/cjvt-srl-tagging
srl taggin pipeline (output in .tsv)
This commit is contained in:
@@ -13,10 +13,11 @@
|
||||
##################################################
|
||||
|
||||
# INPUT=./../../data/mate_train/sl.test.mate
|
||||
INPUT=./../../data/kres_example_out/F0006347.xml.parsed.tsv
|
||||
INPUT="$1"
|
||||
Lang="ger"
|
||||
MODEL="./srl-ger.model"
|
||||
OUTPUT="${Lang}-eval.out"
|
||||
# OUTPUT="${Lang}-eval.out"
|
||||
OUTPUT="$2"
|
||||
|
||||
##################################################
|
||||
## (2) These ones may need to be changed
|
||||
|
||||
Reference in New Issue
Block a user