NVIDIA NeMo text processing toolkit for ASR and TTS, providing text normalization (TN) and inverse text normalization (ITN) for over 20 languages. Current version 1.1.0 (August 2024). Release cadence is irregular with minor version bumps every few months.
pip install nemo-text-processingNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic text normalization using English normalizer
Explicitly set input_case parameter.
Update import to from nemo_text_processing.utils import get_normalizer
Use conda install -c conda-forge pynini on Windows, or use a Linux environment.