EducationalTestingService / rstfinder

Fast Discourse Parser to find latent Rhetorical STructure (RST) in text.
MIT License
123 stars 24 forks source link

Feature/perceptron training #13

Closed mheilman closed 10 years ago

mheilman commented 10 years ago

added code for training a simple rst parsing model using the perceptron (which does not allow k-best decoding, and so should probably be replaced by SGD for a log-linear model). also refactored some things to allow the code to be run as an end-to-end discourse parser.