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

Fix text=line['text'] to text=line[text_field] #153

Closed ssh-meister closed 3 months ago

ssh-meister commented 3 months ago

Related with issue #152

text=line['text'] to text=line[text_field]