Skip to main content

Module perceptron

Module perceptron 

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