Uses of Enum Class
opennlp.tools.termvector.TermVectorAnnotator.Mode
Packages that use TermVectorAnnotator.Mode
-
Uses of TermVectorAnnotator.Mode in opennlp.tools.termvector
Subclasses with type arguments of type TermVectorAnnotator.Mode in opennlp.tools.termvectorModifier and TypeClassDescriptionstatic enumHow much eachTermVectorrecords.Methods in opennlp.tools.termvector that return TermVectorAnnotator.ModeModifier and TypeMethodDescriptionstatic TermVectorAnnotator.ModeReturns the enum constant of this class with the specified name.static TermVectorAnnotator.Mode[]TermVectorAnnotator.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in opennlp.tools.termvector with parameters of type TermVectorAnnotator.ModeModifierConstructorDescriptionInitializes an annotator that groups tokens by their covered text as-is.TermVectorAnnotator(opennlp.tools.util.normalizer.CharSequenceNormalizer normalizer, TermVectorAnnotator.Mode mode) Initializes an annotator that groups tokens by their per-token normalized form.TermVectorAnnotator(opennlp.tools.util.normalizer.OffsetAwareNormalizer normalizer, TermVectorAnnotator.Mode mode) Initializes an annotator that groups tokens by their normalized form through a whole-document alignment.