Android Question Android noUI speech recognition library, punctuation problem

gezueb

Active Member
Licensed User
Longtime User
Hi, I am using Biswajit's excellent wrapper for Googles speech recognition without UI. It works like a charm except that it discards spoken punctuation in the result when it is added to a sentence. When spoken as a single word - e.g. "comma" - it is added to the the result, but if it is spoken at the end of a sentence, its discarded.
Google says that the punctuation can be configured, however the wrapper allows no configuration except language, partial result and beeper.
Help is appreciated!
 

JohnC

Expert
Licensed User
Longtime User
Are you talking about this "offline" wrapper he created?


If so, that wrapper is not using Google, it uses Acephei VOSK, which is probably why it's not working the same.
 
Upvote 0

gezueb

Active Member
Licensed User
Longtime User
No sir, I am using the speechrecognitionnoUI library. It uses the Google speech recognition.
 
Upvote 0
Top