-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Confidence-score per word #18
Comments
Hi @raffiniert, you can get the confidence scores per word segment through On Android, your mileage may vary based on the recognition service you're using. This seems to be the only public Github repo that implements this functionality for Also of note for Android:
For iOS:
So to wrap it up, not really working for Android, but does work for iOS. Android will need upstream fixes for this feature to work. In the meantime if you do need to get this consistent across devices, there's two options you could explore:
|
man you're awesome. I don't have time to deep-dive rn but just wanted to thank you for your reply immediately. Hope Android will fix it upstream soon and will look into the iOS-solution asap. Thanks again! |
Very nice library, thank you so much for all the efforts!
For my project, I would need a confidence score not only on the final result of f.e. a complete sentence, but on a per-word basis. Currently, the confidence score per word is always returned as 0.
Is there any way you could implement this in an upcoming release? I would buy you coffee/beer in large amounts for it :-D
The text was updated successfully, but these errors were encountered: