NVIDIA / NeMo-text-processing

NeMo text processing for ASR and TTS
https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/nlp/text_normalization/wfst/wfst_text_normalization.html
Apache License 2.0
246 stars 80 forks source link

Store input_case in Normalizer #65

Closed rlangman closed 1 year ago

rlangman commented 1 year ago

What does this PR do ?

In text normalizer init(), save input_case into a field so that classes which use the normalizer can check what the expected input case is.

Requested by reviewer in https://github.com/NVIDIA/NeMo/pull/6541.

Before your PR is "Ready for review"

Pre checks:

PR Type: