NVIDIA / NeMo

A scalable generative AI framework built for researchers and developers working on Large Language Models, Multimodal, and Speech AI (Automatic Speech Recognition and Text-to-Speech)
https://docs.nvidia.com/nemo-framework/user-guide/latest/overview.html
Apache License 2.0
11.95k stars 2.48k forks source link

WFST grammars export and test error #4049

Closed no-execution closed 2 years ago

no-execution commented 2 years ago

Describe the bug

I am looking for text normalization tools and select nemo text normalization tools.

In order to use it in c++, I follow the tutorial in https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/main/nlp/text_normalization/wfst/wfst_text_processing_deployment.html

and run test tn grammar code based on sparrowhawk and get result like:

image

It seems that numbers in time pattern is removed. Is this right?

Besides, many "Unknown field" error occurred like:

image

Really need your help about WFST grammar export and sparrowhawk errors.

Thanks a lot !

yzhang123 commented 2 years ago

@no-execution could you please give exact details of what system you use, which git hash, how you installed NeMo and the exact cmd you ran?