PyStanfordDependencies
PyStanfordDependencies copied to clipboard
Better Universal Dependencies support
This would involve at least the following:
- ~~Add the
-originalDependencies
option for both backends.~~ - Find a way to download the feature mapping and include it in the classpath. It's included in the giant models jar files, so we could include those, but it seems overkill to download these if we can avoid it.
- Populate the features field with features from universal dependencies (requires 2.)
- Map the POS tags to their Universal counterparts.