Package opennlp.tools.ml.perceptron
Package related to ML by means of the perceptron algorithm.
-
Class Summary Class Description BinaryPerceptronModelReader APerceptronModelReaderthat reads models from a binary format.BinaryPerceptronModelWriter APerceptronModelWriterthat writes models in a binary format.PerceptronModel Amodelimplementation based one the perceptron algorithm.PerceptronModelReader The base class for readers ofmodels.PerceptronModelWriter The base class forPerceptronModelwriters.PerceptronTrainer Trainsmodelsusing the perceptron algorithm.SimplePerceptronSequenceTrainer Trainsmodelswith sequences using the perceptron algorithm.