public class AggregateCharSequenceNormalizer extends Object implements CharSequenceNormalizer
Constructor and Description |
---|
AggregateCharSequenceNormalizer(CharSequenceNormalizer... normalizers) |
Modifier and Type | Method and Description |
---|---|
CharSequence |
normalize(CharSequence text)
normalize a sequence of characters
|
public AggregateCharSequenceNormalizer(CharSequenceNormalizer... normalizers)
public CharSequence normalize(CharSequence text)
CharSequenceNormalizer
normalize
in interface CharSequenceNormalizer
text
- the char sequence to normalizeCopyright © 2020 The Apache Software Foundation. All rights reserved.