| Class | Description |
|---|---|
| ArcStandard |
Defines an arc-standard transition-based dependency parsing system
(Nivre, 2004).
|
| Classifier |
Neural network classifier which powers a transition-based dependency parser.
|
| Config |
Defines configuration settings for training and testing the
neural-network dependency parser.
|
| Configuration |
Describe the current configuration of a parser (i.e., parser state).
|
| Dataset |
Defines a list of training / testing examples in multi-class classification setting.
|
| DependencyParser |
This class defines a transition-based dependency parser which makes
use of a classifier powered by a neural network.
|
| ParsingSystem |
Defines a transition-based parsing framework for dependency parsing.
|
| Util |
Some utility functions for the neural network dependency parser.
|