This commit is contained in:
voje
2019-02-19 08:07:03 +01:00
parent f251c912e3
commit 142ad22ba3
18 changed files with 10831 additions and 4931 deletions

10
tools/Makefile Normal file
View 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 -