Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does the new postprocessors do? #1562

Closed
msqr1 opened this issue Apr 24, 2024 · 6 comments
Closed

What does the new postprocessors do? #1562

msqr1 opened this issue Apr 24, 2024 · 6 comments

Comments

@msqr1
Copy link
Contributor

msqr1 commented Apr 24, 2024

No description provided.

@nshmyrev
Copy link
Collaborator

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

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

@msqr1
Copy link
Contributor Author

msqr1 commented Apr 24, 2024

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

@nshmyrev
Copy link
Collaborator

Its part of the vosk, no need for anything extra

@msqr1
Copy link
Contributor Author

msqr1 commented Apr 25, 2024

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?

@nshmyrev
Copy link
Collaborator

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
Copy link
Contributor Author

msqr1 commented Apr 29, 2024

Oh ok, thanks so much!

@msqr1 msqr1 closed this as completed Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants