Replies: 5 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
This function might be useful for grammar development/debugging
|
Beta Was this translation helpful? Give feedback.
-
How are you using Riva here? If via NGC, you should be able to skip ITN in the ASR pipeline (when creating the |
Beta Was this translation helpful? Give feedback.
-
@ekmb Thank you for the answer on the change. I think the instruction for updating + exporting grammar steps somehow does not work for me. After making changes
I double-checked the file change to make sure it is actually changed through git output below
|
Beta Was this translation helpful? Give feedback.
-
python nemo_text_processing/inverse_text_normalization/inverse_normalize.py --text="seven millimeter one millimeter"
[NeMo W 2022-12-08 22:20:08 optimizers:55] Apex was not found. Using the lamb or fused_adam optimizer will error out.
[NeMo I 2022-12-08 22:20:08 tokenize_and_classify:64] Creating ClassifyFst grammars.
Time to generate graph: 5.44 sec
7 mm 1 mm``` |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Have three questions about developing WFST grammar
Example:
The Ground truth for the millimeter transcription is
"A 7 mm right"
The default Riva Conformer shows
"a seven millimeter right"
Example:
Beta Was this translation helpful? Give feedback.
All reactions