EducationalTestingService / rstfinder

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

change parser #53

Open aoifecahill opened 4 years ago

aoifecahill commented 4 years ago

python-zpar is no longer being actively maintained so we should try and find an alternative dependency, e.g. https://demo.allennlp.org/constituency-parsing

Or if constituencies are not actually needed, the spacy dep parser or the stanford stanza dep parser might be good options.

desilinguist commented 4 years ago

Note that until we do this, the discourse parser will pretty much be Linux only since python-zpar no longer compiles on a Mac.