finished parse + tag toolchain -> TODO: tagger error

This commit is contained in:
voje
2019-02-18 08:49:04 +01:00
parent 9e9e1910a0
commit f251c912e3
20 changed files with 26489 additions and 54 deletions

2
tools/srl-20131216/scripts/learn_mod.sh Normal file → Executable file
View File

@@ -11,7 +11,7 @@
##################################################
## (1) The following needs to be set appropriately
##################################################
CORPUS=./../../data/sl.train.mate
CORPUS=./../../data/mate_train/sl.all.mate
Lang="ger"
MODEL="srl-$Lang.model"

View File

@@ -11,9 +11,9 @@
##################################################
## (1) The following needs to be set appropriately
##################################################
INPUT=./../../data/sl.test.mate
Lang="ger"
MODEL="./srl-ger.model"
INPUT=~/corpora/conll09/spa/CoNLL2009-ST-evaluation-Spanish-SRLonly.txt
Lang="spa"
MODEL="./srl-spa.model"
OUTPUT="${Lang}-eval.out"
##################################################

8
tools/srl-20131216/scripts/parse_srl_only_mod.sh Normal file → Executable file
View File

@@ -11,9 +11,11 @@
##################################################
## (1) The following needs to be set appropriately
##################################################
INPUT=~/corpora/conll09/spa/CoNLL2009-ST-evaluation-Spanish-SRLonly.txt
Lang="spa"
MODEL="./srl-spa.model"
# INPUT=./../../data/mate_train/sl.test.mate
INPUT=./../../data/kres_example_out/F0006347.xml.parsed.tsv
Lang="ger"
MODEL="./srl-ger.model"
OUTPUT="${Lang}-eval.out"
##################################################