cjvt-srl-tagging/tools/README.md

11 lines
286 B
Markdown
Raw Normal View History

# Usage
## parse.py
Reads corpora and creates various `tsv` output formats in `../data`.
Edit the file and run `$ python3 parse.py`.
## Tagging
Cd to srl-20...
Run `./scripts/learn_mod.sh` to train a model -> output is `srl-ger.model`.
Run `./scripts/parse_srl_only_mod.sh` to