cjvt-srl-tagging/tools/Makefile

11 lines
173 B
Makefile
Raw Normal View History

all: parse tag_srl
2019-02-19 07:07:03 +00:00
parse:
python3 main.py
2019-02-19 07:07:03 +00:00
tag_srl:
cd srl-20131216; ./scripts/parse_srl_only_mod.sh; cd -
tag_full:
cd srl-20131216 ./scripts/parser_full_mod.sh; cd -