You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
381 B

.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)