Speech Recognition Library for java
Hi, We have seen Google's Assistant and IOS's siri and JARVIS etc. these AIs' are not single functionality to achieve easily. we need to recognize speech and act based on that and speaking text to out. So many things needed to achieve these. In that Taking input from user also major role i.e Speech Recognition So this post is showing how to code Speech recognition in java, i have searched many sites to find the library for this. finally i found Sphinx4 library for java which is open source. i couldn't wait to implement this, so started coding. if your not going in-depth its all about few lines of code to recognize your voice. i just want to show the code as simple as possible. Previous version of Sphinx we used to write dictionary to recognize. In '.gram' file we were giving words to recognize these called voice tokens. But now we have tokens ready wi...