You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cjvt-srl-tagging/tools/Makefile

11 lines
170 B

5 years ago
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 -