forked from kristjan/cjvt-srl-tagging
fixed paths
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,4 +1,4 @@
|
||||
.PHONY: tsv_files srl_tagged_files json_files env
|
||||
.PHONY: tsv_files srl_tagged_files json_files env clean
|
||||
|
||||
all: json_files
|
||||
|
||||
@@ -17,3 +17,6 @@ tools/fillpred_model/model.pickle:
|
||||
|
||||
env:
|
||||
cd dockerfiles; cd python-java; $(MAKE)
|
||||
|
||||
clean:
|
||||
rm tools/fillpred_model/model.pickle
|
||||
Reference in New Issue
Block a user