Package opennlp.tools.ml.perceptron
-
Class Summary Class Description BinaryPerceptronModelReader BinaryPerceptronModelWriter Model writer that saves models in binary format.PerceptronModel PerceptronModelReader Abstract parent class for readers of Perceptron.PerceptronModelWriter Abstract parent class for Perceptron writers.PerceptronTrainer Trains models using the perceptron algorithm.SimplePerceptronSequenceTrainer Trains models for sequences using the perceptron algorithm.