Verwendungen von Klasse
opennlp.tools.ml.model.AbstractModel
Packages, die AbstractModel verwenden
Package
Beschreibung
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Package related to the lemmatizer functionality.
Package related to ML by means of the Maximum Entropy (ME) algorithm.
Package related to the I/O functionality of the maxent package including reading
and writing models in several formats.
Package related to ML by means of the Quasi Newton (QN) algorithm.
Package related to ML models and feature selection techniques.
Package related to ML by means of the Naive Bayes algorithm.
Package related to ML by means of the perceptron algorithm.
Package related to finding proper names and numeric amounts.
Package related to part-of-speech tagging.
-
Verwendungen von AbstractModel in opennlp.tools.chunker
Methoden in opennlp.tools.chunker mit Parametern vom Typ AbstractModelModifizierer und TypMethodeBeschreibungEvent[]
ChunkSampleSequenceStream.updateContext
(Sequence<ChunkSample> sequence, AbstractModel model) -
Verwendungen von AbstractModel in opennlp.tools.lemmatizer
Methoden in opennlp.tools.lemmatizer mit Parametern vom Typ AbstractModelModifizierer und TypMethodeBeschreibungEvent[]
LemmaSampleSequenceStream.updateContext
(Sequence<LemmaSample> sequence, AbstractModel model) -
Verwendungen von AbstractModel in opennlp.tools.ml.maxent
Unterklassen von AbstractModel in opennlp.tools.ml.maxentModifizierer und TypKlasseBeschreibungfinal class
A maximum entropy model which has been trained using the Generalized Iterative Scaling (GIS) procedure. -
Verwendungen von AbstractModel in opennlp.tools.ml.maxent.io
Methoden in opennlp.tools.ml.maxent.io, die AbstractModel zurückgebenModifizierer und TypMethodeBeschreibungGISModelReader.constructModel()
Retrieves a model from disk.Konstruktoren in opennlp.tools.ml.maxent.io mit Parametern vom Typ AbstractModelModifiziererKonstruktorBeschreibungBinaryGISModelWriter
(AbstractModel model, DataOutputStream dos) BinaryGISModelWriter
(AbstractModel model, File f) BinaryQNModelWriter
(AbstractModel model, DataOutputStream dos) BinaryQNModelWriter
(AbstractModel model, File f) GISModelWriter
(AbstractModel model) Initializes aGISModelWriter
for aGIS model
.QNModelWriter
(AbstractModel model) -
Verwendungen von AbstractModel in opennlp.tools.ml.maxent.quasinewton
Unterklassen von AbstractModel in opennlp.tools.ml.maxent.quasinewtonModifizierer und TypKlasseBeschreibungclass
A maximum entropy model which has been trained using the Quasi Newton (QN) algorithm.Methoden in opennlp.tools.ml.maxent.quasinewton, die AbstractModel zurückgeben -
Verwendungen von AbstractModel in opennlp.tools.ml.model
Methoden in opennlp.tools.ml.model, die AbstractModel zurückgebenModifizierer und TypMethodeBeschreibungabstract AbstractModel
AbstractModelReader.constructModel()
Constructs amodel
.GenericModelReader.constructModel()
AbstractModelReader.getModel()
Methoden in opennlp.tools.ml.model mit Parametern vom Typ AbstractModelModifizierer und TypMethodeBeschreibungEvent[]
SequenceStream.updateContext
(Sequence<S> sequence, AbstractModel model) Creates a new event array based on the outcomes predicted by the specified parameters for the specifiedSequence
.Konstruktoren in opennlp.tools.ml.model mit Parametern vom Typ AbstractModelModifiziererKonstruktorBeschreibungGenericModelWriter
(AbstractModel model, DataOutputStream dos) Initializes aGenericModelWriter
for anAbstractModel
with an associatedDataOutputStream
the model shall be written to.GenericModelWriter
(AbstractModel model, File file) Initializes aGenericModelWriter
for anAbstractModel
with an associatedFile
the model shall be written to. -
Verwendungen von AbstractModel in opennlp.tools.ml.naivebayes
Unterklassen von AbstractModel in opennlp.tools.ml.naivebayesModifizierer und TypKlasseBeschreibungclass
AMaxentModel
implementation of the multinomial Naive Bayes classifier model.Methoden in opennlp.tools.ml.naivebayes, die AbstractModel zurückgebenModifizierer und TypMethodeBeschreibungNaiveBayesModelReader.constructModel()
Constructs amodel
.NaiveBayesTrainer.doTrain
(DataIndexer indexer) NaiveBayesTrainer.trainModel
(DataIndexer di) Trains aNaiveBayesModel
with given parameters.Konstruktoren in opennlp.tools.ml.naivebayes mit Parametern vom Typ AbstractModelModifiziererKonstruktorBeschreibungBinaryNaiveBayesModelWriter
(AbstractModel model, DataOutputStream dos) BinaryNaiveBayesModelWriter
(AbstractModel model, File f) Initializes aNaiveBayesModelWriter
for aNaiveBayes model
.PlainTextNaiveBayesModelWriter
(AbstractModel model, File f) -
Verwendungen von AbstractModel in opennlp.tools.ml.perceptron
Unterklassen von AbstractModel in opennlp.tools.ml.perceptronModifizierer und TypKlasseBeschreibungclass
Amodel
implementation based one the perceptron algorithm.Methoden in opennlp.tools.ml.perceptron, die AbstractModel zurückgebenModifizierer und TypMethodeBeschreibungPerceptronModelReader.constructModel()
Constructs amodel
.PerceptronTrainer.doTrain
(DataIndexer indexer) SimplePerceptronSequenceTrainer.doTrain
(SequenceStream<Event> events) PerceptronTrainer.trainModel
(int iterations, DataIndexer di, int cutoff) Trains aPerceptronModel
with given parameters.PerceptronTrainer.trainModel
(int iterations, DataIndexer di, int cutoff, boolean useAverage) Trains aPerceptronModel
with given parameters.SimplePerceptronSequenceTrainer.trainModel
(int iterations, SequenceStream<Event> sequenceStream, int cutoff, boolean useAverage) Trains aPerceptronModel
with given parameters.Konstruktoren in opennlp.tools.ml.perceptron mit Parametern vom Typ AbstractModelModifiziererKonstruktorBeschreibungBinaryPerceptronModelWriter
(AbstractModel model, DataOutputStream dos) BinaryPerceptronModelWriter
(AbstractModel model, File f) Initializes aPerceptronModelWriter
for aperceptron model
. -
Verwendungen von AbstractModel in opennlp.tools.namefind
Methoden in opennlp.tools.namefind mit Parametern vom Typ AbstractModelModifizierer und TypMethodeBeschreibungEvent[]
NameSampleSequenceStream.updateContext
(Sequence<NameSample> sequence, AbstractModel model) -
Verwendungen von AbstractModel in opennlp.tools.postag
Methoden in opennlp.tools.postag mit Parametern vom Typ AbstractModelModifizierer und TypMethodeBeschreibungEvent[]
POSSampleSequenceStream.updateContext
(Sequence<POSSample> pss, AbstractModel model) protected void
POSTaggerFactory.validatePOSDictionary
(POSDictionary posDict, AbstractModel posModel) -
Verwendungen von AbstractModel in opennlp.tools.util.model
Methoden in opennlp.tools.util.model, die AbstractModel zurückgebenMethoden in opennlp.tools.util.model mit Parametern vom Typ AbstractModelModifizierer und TypMethodeBeschreibungvoid
GenericModelSerializer.serialize
(AbstractModel artifact, OutputStream out)