Package opennlp.tools.util.normalizer
Interface CharSequenceNormalizer
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AggregateCharSequenceNormalizer
,EmojiCharSequenceNormalizer
,NumberCharSequenceNormalizer
,ShrinkCharSequenceNormalizer
,TwitterCharSequenceNormalizer
,UrlCharSequenceNormalizer
A char sequence normalizer, used to adjusting (prune, substitute, add, etc.)
characters in order to remove noise from text
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionnormalize
(CharSequence text) Normalizes a sequence of characters.
-
Method Details
-
normalize
Normalizes a sequence of characters.- Parameters:
text
- TheCharSequence
to normalize.- Returns:
- The normalized
CharSequence
.
-