Package opennlp.tools.ml.perceptron
package opennlp.tools.ml.perceptron
Package related to ML by means of the perceptron algorithm.
-
ClassDescriptionA
PerceptronModelReader
that reads models from a binary format.APerceptronModelWriter
that writes models in a binary format.Amodel
implementation based one the perceptron algorithm.The base class for readers ofmodels
.The base class forPerceptronModel
writers.Trainsmodels
using the perceptron algorithm.Trainsmodels
with sequences using the perceptron algorithm.