alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.38k stars 1.04k forks source link

There should be no spaces in the final result when using languages such as Chinese and Japanese. #1421

Closed tjw123hh closed 19 hours ago

tjw123hh commented 11 months ago

Spaces should not appear in these languages

nshmyrev commented 11 months ago

You can filter them yourself after recognition probably, internally we work with words. Words might be still important for proper postprocessing too.