Uses of Interface
opennlp.tools.util.SequenceValidator
Packages that use SequenceValidator
-
Uses of SequenceValidator in opennlp.tools.ml.model
Methods in opennlp.tools.ml.model with parameters of type SequenceValidatorModifier 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 SequenceValidator in opennlp.tools.util
Methods in opennlp.tools.util that return SequenceValidator