Uses of Enum Class
opennlp.tools.util.normalizer.Dimension
Packages that use Dimension
-
Uses of Dimension in opennlp.tools.util.normalizer
Subclasses with type arguments of type Dimension in opennlp.tools.util.normalizerModifier and TypeClassDescriptionenumA layer of theTermnormalization stack, in increasing order of aggressiveness.Methods in opennlp.tools.util.normalizer that return DimensionModifier and TypeMethodDescriptionstatic DimensionReturns the enum constant of this class with the specified name.static Dimension[]Dimension.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in opennlp.tools.util.normalizer that return types with arguments of type DimensionModifier and TypeMethodDescriptionTermAnalyzer.dimensions()Returns the configured dimensions that are computed eagerly, in pipeline order.Methods in opennlp.tools.util.normalizer with parameters of type DimensionModifier and TypeMethodDescriptionReturns the token atdimension.TermAnalyzer.Builder.transform(Dimension dimension, opennlp.tools.util.normalizer.CharSequenceNormalizer normalizer) Enables a character-level dimension with a specific normalizer, overriding its default (for example a locale-specific case fold for a language profile).