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.PlainTextPerceptronModelReader PlainTextPerceptronModelWriter Model writer that saves models in plain text format.SimplePerceptronSequenceTrainer Trains models for sequences using the perceptron algorithm.SuffixSensitivePerceptronModelWriter A writer for GIS models which inspects the filename and invokes the appropriate GISModelWriter depending on the filename's suffixes.