Uses of Class
opennlp.tools.ml.model.Sequence
Packages that use Sequence
Package
Description
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Package related to the lemmatizer functionality.
Package related to ML models and feature selection techniques.
Package related to finding proper names and numeric amounts.
Package related to part-of-speech tagging.
-
Uses of Sequence in opennlp.tools.chunker
Methods in opennlp.tools.chunker that return SequenceMethods in opennlp.tools.chunker with parameters of type SequenceModifier and TypeMethodDescriptionEvent[]
ChunkSampleSequenceStream.updateContext
(Sequence<ChunkSample> sequence, AbstractModel model) -
Uses of Sequence in opennlp.tools.lemmatizer
Methods in opennlp.tools.lemmatizer that return SequenceMethods in opennlp.tools.lemmatizer with parameters of type SequenceModifier and TypeMethodDescriptionEvent[]
LemmaSampleSequenceStream.updateContext
(Sequence<LemmaSample> sequence, AbstractModel model) -
Uses of Sequence in opennlp.tools.ml.model
Methods in opennlp.tools.ml.model with parameters of type SequenceModifier and TypeMethodDescriptionEvent[]
SequenceStream.updateContext
(Sequence<S> sequence, AbstractModel model) Creates a new event array based on the outcomes predicted by the specified parameters for the specifiedSequence
. -
Uses of Sequence in opennlp.tools.namefind
Methods in opennlp.tools.namefind that return SequenceMethods in opennlp.tools.namefind with parameters of type SequenceModifier and TypeMethodDescriptionEvent[]
NameSampleSequenceStream.updateContext
(Sequence<NameSample> sequence, AbstractModel model) -
Uses of Sequence in opennlp.tools.postag
Methods in opennlp.tools.postag that return SequenceMethods in opennlp.tools.postag with parameters of type SequenceModifier and TypeMethodDescriptionEvent[]
POSSampleSequenceStream.updateContext
(Sequence<POSSample> pss, AbstractModel model)