srl taggin pipeline (output in .tsv)

This commit is contained in:
2019-02-24 22:23:32 +01:00
parent 9939bf0f55
commit b79721f6a7
25 changed files with 10104 additions and 4255 deletions

View File

@@ -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