Soochow University Shallow Discourse Parsing System
-
Connective Identification ==> connective.py
-
Argument Labeling ==> argument.py
-
Explicit Sense Classification ==> explicit.py
-
NonExplicit Sense Classification ==> nonexp.py
Training each model respectively
python connective.py
python argument.py
python explicit.py
python nonexp.py
Get end-to-end result
python end2end.py -o ../report -r dev.out.json
===== N.B. zh/ part is not the final submission system for chinese shallow discourse parsing.