cjvt-srl-tagging/tools
2019-02-20 07:38:26 +01:00
..
parser mate-tools tags the corpus. Need to specify predicates better 2019-02-20 07:38:26 +01:00
srl-20131216 mate-tools tags the corpus. Need to specify predicates better 2019-02-20 07:38:26 +01:00
main.py mate-tools tags the corpus. Need to specify predicates better 2019-02-20 07:38:26 +01:00
Makefile mate-tools tags the corpus. Need to specify predicates better 2019-02-20 07:38:26 +01:00
README.md finished parse + tag toolchain -> TODO: tagger error 2019-02-18 08:49:04 +01:00

Usage

parse.py

Reads corpora and creates various tsv output formats in ../data.

Edit the file and run $ python3 parse.py.

Tagging

Cd to srl-20... Run ./scripts/learn_mod.sh to train a model -> output is srl-ger.model.
Run ./scripts/parse_srl_only_mod.sh to