Package opennlp.tools.util.normalizer
Class AggregateCharSequenceNormalizer
java.lang.Object
opennlp.tools.util.normalizer.AggregateCharSequenceNormalizer
- All Implemented Interfaces:
Serializable
,CharSequenceNormalizer
A
CharSequenceNormalizer
implementation that aggregates the
functionality of other normalizers.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnormalize
(CharSequence text) Normalizes a sequence of characters.
-
Constructor Details
-
AggregateCharSequenceNormalizer
-
-
Method Details
-
normalize
Description copied from interface:CharSequenceNormalizer
Normalizes a sequence of characters.- Specified by:
normalize
in interfaceCharSequenceNormalizer
- Parameters:
text
- TheCharSequence
to normalize.- Returns:
- The normalized
CharSequence
.
-