dpar
dpar copied to clipboard
Neural network transition-based dependency parser (in Rust)
Some documentation and a few examples would be quite useful for new users.
There is a lot of overlap between the transition-specific lookup and feature table lookup. This can be factored out to one class that replaces `Numberer`. Maybe this should be a...
It would be nice if there are some sample models that are ready to use.
Support dynamic oracles for the common transition systems (at the very least arc-eager).