Uses of Interface
opennlp.tools.util.normalizer.CharSequenceNormalizer
Packages that use CharSequenceNormalizer
Package
Description
Package related to predicting languages from samples of text.
-
Uses of CharSequenceNormalizer in opennlp.tools.langdetect
Fields in opennlp.tools.langdetect declared as CharSequenceNormalizerModifier and TypeFieldDescriptionprotected final CharSequenceNormalizer
DefaultLanguageDetectorContextGenerator.normalizer
Constructors in opennlp.tools.langdetect with parameters of type CharSequenceNormalizerModifierConstructorDescriptionDefaultLanguageDetectorContextGenerator
(int minLength, int maxLength, CharSequenceNormalizer... normalizers) Creates a customizableDefaultLanguageDetectorContextGenerator
that computes ngrams from text. -
Uses of CharSequenceNormalizer in opennlp.tools.util.normalizer
Classes in opennlp.tools.util.normalizer that implement CharSequenceNormalizerModifier and TypeClassDescriptionclass
ACharSequenceNormalizer
implementation that aggregates the functionality of other normalizers.class
AEmojiCharSequenceNormalizer
implementation that normalizes text in terms of emojis.class
ANumberCharSequenceNormalizer
implementation that normalizes text in terms of numbers.class
AShrinkCharSequenceNormalizer
implementation that shrinks repeated spaces / chars in text.class
ATwitterCharSequenceNormalizer
implementation that normalizes text in terms of Twitter character patterns.class
AUrlCharSequenceNormalizer
implementation that normalizes text in terms of URls and email addresses.Constructors in opennlp.tools.util.normalizer with parameters of type CharSequenceNormalizerModifierConstructorDescriptionAggregateCharSequenceNormalizer
(CharSequenceNormalizer... normalizers)