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
269 stars 88 forks source link

Zh tn char #95

Closed BuyuanCui closed 1 year ago

BuyuanCui commented 1 year ago

What does this PR do ?

Add a one line overview of what this PR aims to accomplish. Changes include changing the class char to word. This means the python files in tagger, verbalizer and tests are changed.

tagger/char.py -> word.py verbalizer/char.py -> word.py tests/zh/test_cases_char.txt -> test_cases_word.txt tests/zh/test_char.py -> test_word.py

Before your PR is "Ready for review"

Pre checks:

PR Type:

If you haven't finished some of the above items you can still open "Draft" PR.