CharacterNormalizer

Contents

CharacterNormalizer#

2026-02-27

19 min read time

Applies to Linux

Constructor#

CharacterNormalizer(do_lower[, special_tokens])

A normalizer object used to normalize input text.

CharacterNormalizer.normalize(text)

Parameters text cudf.Series The strings to be normalized.