Uses of Class
opennlp.tools.util.Sequence
Packages that use Sequence
Package
Description
-
Uses of Sequence in opennlp.tools.chunker
Methods in opennlp.tools.chunker that return SequenceModifier and TypeMethodDescriptionSequence[]Chunker.topKSequences(String[] sentence, String[] tags) Computes the top k chunksequencesfor the specified sentence with the specified pos-tags.Sequence[]Chunker.topKSequences(String[] sentence, String[] tags, double minSequenceScore) Computes the top k chunksequencesfor the specified sentence with the specified pos-tags. -
Uses of Sequence in opennlp.tools.ml.model
Methods in opennlp.tools.ml.model that return SequenceModifier and TypeMethodDescription<T> SequenceSequenceClassificationModel.bestSequence(T[] sequence, Object[] additionalContext, BeamSearchContextGenerator<T> cg, SequenceValidator<T> validator) Finds theSequencewith the highest probability.<T> Sequence[]SequenceClassificationModel.bestSequences(int numSequences, T[] sequence, Object[] additionalContext, double minSequenceScore, BeamSearchContextGenerator<T> cg, SequenceValidator<T> validator) Finds the n most probablesequenceswith the highest probability.<T> Sequence[]SequenceClassificationModel.bestSequences(int numSequences, T[] sequence, Object[] additionalContext, BeamSearchContextGenerator<T> cg, SequenceValidator<T> validator) Finds the n most probablesequenceswith the highest probability. -
Uses of Sequence in opennlp.tools.postag
Methods in opennlp.tools.postag that return SequenceModifier and TypeMethodDescriptionSequence[]POSTagger.topKSequences(String[] sentence) Assigns the sentence the top-ksequences.Sequence[]POSTagger.topKSequences(String[] sentence, Object[] additionalContext) Assigns the sentence the top-ksequences. -
Uses of Sequence in opennlp.tools.util
Methods in opennlp.tools.util with parameters of type SequenceConstructors in opennlp.tools.util with parameters of type Sequence