NormalizerConfig#
- class scikitplot.corpus.NormalizerConfig(normalizer_type=NormalizerType.CUSTOM, enabled=True)[source]#
Abstract base configuration for text normaliser implementations.
- Parameters:
- normalizer_typeNormalizerType
The type of normalisation this config applies to.
- enabledbool
When
False, the normaliser is skipped in the pipeline.
- Parameters:
normalizer_type (NormalizerType)
enabled (bool)