forked from kristjan/cjvt-srl-tagging
added parallel json output creation
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,15 +1,15 @@
|
||||
.PHONY: tsv_files srl_tagged_files json_files env clean
|
||||
|
||||
all: json_files
|
||||
all: tools/fillpred_model/model.pickle tsv_files srl_tagged_files json_files
|
||||
|
||||
json_files: srl_tagged_files
|
||||
json_files: # srl_tagged_files
|
||||
cd tools; python3 gen_json.py
|
||||
|
||||
srl_tagged_files: tsv_files
|
||||
srl_tagged_files: # tsv_files
|
||||
# cd tools/srl-20131216; ./scripts/parse_srl_only_mod.sh; cd -
|
||||
cd tools/srl-20131216; ./tag_all.sh
|
||||
|
||||
tsv_files: tools/fillpred_model/model.pickle
|
||||
tsv_files: # tools/fillpred_model/model.pickle
|
||||
cd tools; python3 parse_all.py
|
||||
|
||||
tools/fillpred_model/model.pickle:
|
||||
|
||||
Reference in New Issue
Block a user