Expand description
Structured-perceptron sequence taggers (Collins 2002), including the averaged-perceptron variant.
Re-exports§
pub use structured_perceptron::PerceptronConfig;pub use structured_perceptron::PerceptronExample;pub use structured_perceptron::PerceptronTrainResult;pub use structured_perceptron::StructuredPerceptron;pub use structured_perceptron::train_perceptron;
Modules§
- structured_
perceptron - Structured perceptron and averaged structured perceptron (Collins 2002).