SUTDNLP / ZPar

A fast and great parser
https://github.com/SUTDNLP/ZPar
10 stars 5 forks source link

Universal Dependencies and Stanford Dependencies Support #5

Open xushenkun opened 7 years ago

xushenkun commented 7 years ago

The default tagsets for depparser is penn treebank style(ROOT AMOD DEP NMOD OBJ P PMOD PRD SBAR SUB VC VMOD), which I can't find the description or corpus anymore. How can I change it using Universal or Stanford dependencies?

LeonCrashCode commented 7 years ago

I think ZPar can support user-defined labels including Universal and Stanford labels if you use generic implementations. Also you can add files of Universal or Stanford dependencies by following the penn treebank files (/src/english/dependency/label/).