cjvt-srl-tagging/tools
2022-02-04 11:24:47 +01:00
..
fillpred_model fixed paths 2019-02-27 17:32:19 +01:00
parser Big changes 2022-02-04 11:24:47 +01:00
srl-20131216 Big changes 2022-02-04 11:24:47 +01:00
check_all_files_existence.py Big changes 2022-02-04 11:24:47 +01:00
fillpred_model.srl.tsv Big changes 2022-02-04 11:24:47 +01:00
find_diff_sentence_ids.py Big changes 2022-02-04 11:24:47 +01:00
gen_json_fix_errors.py Big changes 2022-02-04 11:24:47 +01:00
gen_json.kres.py Big changes 2022-02-04 11:24:47 +01:00
gen_json.py Big changes 2022-02-04 11:24:47 +01:00
parse_all.py Big changes 2022-02-04 11:24:47 +01:00
README.md.obsol srl taggin pipeline (output in .tsv) 2019-02-24 22:23:32 +01:00
tools.cfg Big changes 2022-02-04 11:24:47 +01:00
tools.cfg.gigafida Big changes 2022-02-04 11:24:47 +01:00
tools.cfg.kres Big changes 2022-02-04 11:24:47 +01:00
tools.cfg.kres_new Big changes 2022-02-04 11:24:47 +01:00
tools.cfg.local Setup that SRL tagged kres 2019-03-03 21:10:23 +01:00

# 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