Skip to content

CoNLL 2016 Shallow Discourse Parsing System (Soochow University)

Notifications You must be signed in to change notification settings

qcl6355/conll2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoNLL2016 Shallow Discourse Parsing

Soochow University Shallow Discourse Parsing System

Components

  1. Connective Identification ==> connective.py

  2. Argument Labeling ==> argument.py

  3. Explicit Sense Classification ==> explicit.py

  4. NonExplicit Sense Classification ==> nonexp.py

Running

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.

About

CoNLL 2016 Shallow Discourse Parsing System (Soochow University)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published