Package opennlp.tools.util.normalizer
-
Interface Summary Interface Description CharSequenceNormalizer A char sequence normalizer, used to adjusting (prune, substitute, add, etc.) characters in order to remove noise from text -
Class Summary Class Description AggregateCharSequenceNormalizer ACharSequenceNormalizer
implementation that aggregates the functionality of other normalizers.EmojiCharSequenceNormalizer AEmojiCharSequenceNormalizer
implementation that normalizes text in terms of emojis.NumberCharSequenceNormalizer ANumberCharSequenceNormalizer
implementation that normalizes text in terms of numbers.ShrinkCharSequenceNormalizer AShrinkCharSequenceNormalizer
implementation that shrinks repeated spaces / chars in text.TwitterCharSequenceNormalizer ATwitterCharSequenceNormalizer
implementation that normalizes text in terms of Twitter character patterns.UrlCharSequenceNormalizer AUrlCharSequenceNormalizer
implementation that normalizes text in terms of URls and email addresses.