vosk-api icon indicating copy to clipboard operation
vosk-api copied to clipboard

What does the new postprocessors do?

Open msqr1 opened this issue 2 months ago • 4 comments

msqr1 avatar Apr 24 '24 05:04 msqr1

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

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

nshmyrev avatar Apr 24 '24 15:04 nshmyrev

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

msqr1 avatar Apr 24 '24 17:04 msqr1

Its part of the vosk, no need for anything extra

nshmyrev avatar Apr 25 '24 00:04 nshmyrev

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?

msqr1 avatar Apr 25 '24 01:04 msqr1

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

nshmyrev avatar Apr 29 '24 03:04 nshmyrev

Oh ok, thanks so much!

msqr1 avatar Apr 29 '24 04:04 msqr1