This commit is contained in:
2019-02-27 16:58:04 +01:00
parent bcaf226b9e
commit 577c8418d2
10 changed files with 67 additions and 23 deletions

View File

@@ -2,17 +2,17 @@
all: json_files
json_files: #TODO srl_tagged_files
json_files: srl_tagged_files
cd tools; python3 gen_json.py
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
tsv_files: tools/fillpred_model/model.pickle
cd tools; python3 parse_all.py
fillpred_model/model.pickle:
tools/fillpred_model/model.pickle:
cd tools/fillpred_model; $(MAKE)
env: