asdf
This commit is contained in:
10
tools/Makefile
Normal file
10
tools/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
all: parse tag
|
||||
|
||||
parse:
|
||||
python3 parse.py
|
||||
|
||||
tag_srl:
|
||||
cd srl-20131216; ./scripts/parse_srl_only_mod.sh; cd -
|
||||
|
||||
tag_full:
|
||||
cd srl-20131216 ./scripts/parser_full_mod.sh; cd -
|
||||
Reference in New Issue
Block a user