alphacep/vosk-api

What does the new postprocessors do?

msqr1 opened this issue · 6 comments

What does the new postprocessors do?

They can convert numbers to digits like "five thousand" -> 5000. You can get corresponding models here:

https://github.com/NVIDIA/NeMo-text-processing

Is this integrates into Vosk so I have to compile them together, or this is a separate component?

Its part of the vosk, no need for anything extra

So the asr is gonna output 5000, and this is going to convert it to five thousands?
I can compile and run just fine without it, i dont see why I need it to postprocess the result?

So the asr is gonna output 5000, and this is going to convert it to five thousands?

opposite way

I can compile and run just fine without it, i dont see why I need it to postprocess the result?

If you want to see 5000

msqr1 commented

Oh ok, thanks so much!