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
242 stars 76 forks source link

Use raw docstring in split_text_into_sentences #157

Closed kevsan4 closed 3 months ago

kevsan4 commented 3 months ago

What does this PR do ?

This changes the docstring in the split_text_into_sentences method in Normalizer() to a raw string. Without this, there is an invalid escape sequence ('\s') on line 526 in the docstring that can cause a syntax error.

Before your PR is "Ready for review"

Pre checks:

PR Type: