Package opennlp.tools.util.normalizer
Class AggregateCharSequenceNormalizer
- java.lang.Object
-
- opennlp.tools.util.normalizer.AggregateCharSequenceNormalizer
-
- All Implemented Interfaces:
Serializable
,CharSequenceNormalizer
public class AggregateCharSequenceNormalizer extends Object implements CharSequenceNormalizer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AggregateCharSequenceNormalizer(CharSequenceNormalizer... normalizers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharSequence
normalize(CharSequence text)
normalize a sequence of characters
-
-
-
Constructor Detail
-
AggregateCharSequenceNormalizer
public AggregateCharSequenceNormalizer(CharSequenceNormalizer... normalizers)
-
-
Method Detail
-
normalize
public CharSequence normalize(CharSequence text)
Description copied from interface:CharSequenceNormalizer
normalize a sequence of characters- Specified by:
normalize
in interfaceCharSequenceNormalizer
- Parameters:
text
- the char sequence to normalize- Returns:
- the normalized char sequence
-
-