Uses of Interface
opennlp.tools.util.normalizer.CharSequenceNormalizer
-
Packages that use CharSequenceNormalizer Package Description opennlp.tools.langdetect Package related to predicting languages from samples of text.opennlp.tools.util.normalizer -
-
Uses of CharSequenceNormalizer in opennlp.tools.langdetect
Fields in opennlp.tools.langdetect declared as CharSequenceNormalizer Modifier and Type Field Description protected CharSequenceNormalizerDefaultLanguageDetectorContextGenerator. normalizerConstructors in opennlp.tools.langdetect with parameters of type CharSequenceNormalizer Constructor Description DefaultLanguageDetectorContextGenerator(int minLength, int maxLength, CharSequenceNormalizer... normalizers)Creates a customizableDefaultLanguageDetectorContextGeneratorthat computes ngrams from text. -
Uses of CharSequenceNormalizer in opennlp.tools.util.normalizer
Classes in opennlp.tools.util.normalizer that implement CharSequenceNormalizer Modifier and Type Class Description classAggregateCharSequenceNormalizerACharSequenceNormalizerimplementation that aggregates the functionality of other normalizers.classEmojiCharSequenceNormalizerAEmojiCharSequenceNormalizerimplementation that normalizes text in terms of emojis.classNumberCharSequenceNormalizerANumberCharSequenceNormalizerimplementation that normalizes text in terms of numbers.classShrinkCharSequenceNormalizerAShrinkCharSequenceNormalizerimplementation that shrinks repeated spaces / chars in text.classTwitterCharSequenceNormalizerATwitterCharSequenceNormalizerimplementation that normalizes text in terms of Twitter character patterns.classUrlCharSequenceNormalizerAUrlCharSequenceNormalizerimplementation that normalizes text in terms of URls and email addresses.Constructors in opennlp.tools.util.normalizer with parameters of type CharSequenceNormalizer Constructor Description AggregateCharSequenceNormalizer(CharSequenceNormalizer... normalizers)
-