hipdf.core.character_normalizer.CharacterNormalizer#
19 min read time
Applies to Linux
- class hipdf.core.character_normalizer.CharacterNormalizer(do_lower: bool, special_tokens: Series | None = None)#
Bases:
objectA normalizer object used to normalize input text.
Parameters#
- do_lowerbool
If True, the normalizer should also lower-case while normalizing.
- special_tokenscudf.Series
Series of special tokens.
Methods