mate-tools tags the corpus. Need to specify predicates better

This commit is contained in:
voje
2019-02-20 07:38:26 +01:00
parent 142ad22ba3
commit 91eda1962e
18 changed files with 10766 additions and 9761 deletions

View File

@@ -1,7 +1,7 @@
all: parse tag
all: parse tag_srl
parse:
python3 parse.py
python3 main.py
tag_srl:
cd srl-20131216; ./scripts/parse_srl_only_mod.sh; cd -