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

13
Makefile Normal file
View File

@@ -0,0 +1,13 @@
.PHONY: tsv_files srl_tagged_files
all: srl_tagged_files
srl_tagged_files: #tsv_files
# cd tools/srl-20131216; ./scripts/parse_srl_only_mod.sh; cd -
cd tools/srl-20131216; ./tag_all.sh ../../data/kres_example_tsv ../../data/kres_example_srl
tsv_files: fillpred_model/model.pickle
cd tools; python3 parse_all.py
fillpred_model/model.pickle:
cd tools/fillpred_model; $(MAKE)