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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionnormalize(CharSequence text) Normalizes a sequence of characters.
- 
Constructor Details- 
AggregateCharSequenceNormalizer
 
- 
- 
Method Details- 
normalizeDescription copied from interface:CharSequenceNormalizerNormalizes a sequence of characters.- Specified by:
- normalizein interface- CharSequenceNormalizer
- Parameters:
- text- The- CharSequenceto normalize.
- Returns:
- The normalized CharSequence.
 
 
-