dpar icon indicating copy to clipboard operation
dpar copied to clipboard

Neural network transition-based dependency parser (in Rust)

Results 5 dpar issues
Sort by recently updated
recently updated
newest added

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...

maintenance

For more accurate error messages with `or_exit`. See #16.

maintenance

It would be nice if there are some sample models that are ready to use.

enhancement

Support dynamic oracles for the common transition systems (at the very least arc-eager).

enhancement