Uses of Interface
opennlp.tools.util.BeamSearchContextGenerator
Packages that use BeamSearchContextGenerator
Package
Description
-
Uses of BeamSearchContextGenerator in opennlp.tools.chunker
Subinterfaces of BeamSearchContextGenerator in opennlp.tools.chunkerModifier and TypeInterfaceDescriptioninterfaceInterface for aBeamSearchContextGeneratorused in syntactic chunking. -
Uses of BeamSearchContextGenerator in opennlp.tools.lemmatizer
Subinterfaces of BeamSearchContextGenerator in opennlp.tools.lemmatizerModifier and TypeInterfaceDescriptioninterfaceInterface for the context generator used for probabilisticLemmatizer. -
Uses of BeamSearchContextGenerator in opennlp.tools.ml.model
Methods in opennlp.tools.ml.model with parameters of type BeamSearchContextGeneratorModifier 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 BeamSearchContextGenerator in opennlp.tools.namefind
Subinterfaces of BeamSearchContextGenerator in opennlp.tools.namefindModifier and TypeInterfaceDescriptioninterfaceInterface for generating the context for aname finderby specifying a set of feature generators. -
Uses of BeamSearchContextGenerator in opennlp.tools.postag
Subinterfaces of BeamSearchContextGenerator in opennlp.tools.postagModifier and TypeInterfaceDescriptioninterfaceInterface for aBeamSearchContextGeneratorused in POS tagging.