EducationalTestingService / python-zpar

A python wrapper around the ZPar parser for English.
MIT License
48 stars 19 forks source link

Universal Dependencies and Stanford Dependencies #24

Closed xushenkun closed 7 years ago

xushenkun commented 7 years ago

How can I change the default depparser using universal dependencies or Stanford dependencies? The default tagsets is "ROOT AMOD DEP NMOD OBJ P PMOD PRD SBAR SUB VC VMOD". I can't find any description for them anymore and can't use them in my project.

desilinguist commented 7 years ago

I think this issue belongs in ZPar since this is just a wrapper.

xushenkun commented 7 years ago

Thanks. Can I use the generic version of depparser to train a model using corpus with other types of dependency? And where can I get an English corpus to train a new model? The DEP/CON models in v0.7.5 are not updated anymore.

desilinguist commented 7 years ago

Please refer to the ZPar manual: http://people.sutd.edu.sg/~yue_zhang/doc/doc/deppar.html