Uses of Class
opennlp.tools.ml.model.Sequence
-
Packages that use Sequence Package Description opennlp.tools.chunker Package related to finding non-recursive syntactic annotation such as noun phrase chunks.opennlp.tools.lemmatizer Package related to the lemmatizer functionality.opennlp.tools.ml.model Package related to ML models and feature selection techniques.opennlp.tools.namefind Package related to finding proper names and numeric amounts.opennlp.tools.postag Package related to part-of-speech tagging. -
-
Uses of Sequence in opennlp.tools.chunker
Methods in opennlp.tools.chunker that return Sequence Modifier and Type Method Description Sequence<ChunkSample>
ChunkSampleSequenceStream. read()
Methods in opennlp.tools.chunker with parameters of type Sequence Modifier and Type Method Description Event[]
ChunkSampleSequenceStream. updateContext(Sequence<ChunkSample> sequence, AbstractModel model)
-
Uses of Sequence in opennlp.tools.lemmatizer
Methods in opennlp.tools.lemmatizer that return Sequence Modifier and Type Method Description Sequence<LemmaSample>
LemmaSampleSequenceStream. read()
Methods in opennlp.tools.lemmatizer with parameters of type Sequence Modifier and Type Method Description Event[]
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 Sequence Modifier and Type Method Description Event[]
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 Sequence Modifier and Type Method Description Sequence<NameSample>
NameSampleSequenceStream. read()
Methods in opennlp.tools.namefind with parameters of type Sequence Modifier and Type Method Description Event[]
NameSampleSequenceStream. updateContext(Sequence<NameSample> sequence, AbstractModel model)
-
Uses of Sequence in opennlp.tools.postag
Methods in opennlp.tools.postag that return Sequence Modifier and Type Method Description Sequence<POSSample>
POSSampleSequenceStream. read()
Methods in opennlp.tools.postag with parameters of type Sequence Modifier and Type Method Description Event[]
POSSampleSequenceStream. updateContext(Sequence<POSSample> pss, AbstractModel model)
-