Class AggregateCharSequenceNormalizer
java.lang.Object
opennlp.tools.util.normalizer.AggregateCharSequenceNormalizer
- All Implemented Interfaces:
Serializable, opennlp.tools.util.normalizer.CharSequenceNormalizer
public class AggregateCharSequenceNormalizer
extends Object
implements opennlp.tools.util.normalizer.CharSequenceNormalizer
A
CharSequenceNormalizer implementation that aggregates the
functionality of other normalizers.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAggregateCharSequenceNormalizer(opennlp.tools.util.normalizer.CharSequenceNormalizer... normalizers) -
Method Summary
-
Constructor Details
-
AggregateCharSequenceNormalizer
public AggregateCharSequenceNormalizer(opennlp.tools.util.normalizer.CharSequenceNormalizer... normalizers)
-
-
Method Details
-
normalize
- Specified by:
normalizein interfaceopennlp.tools.util.normalizer.CharSequenceNormalizer
-