English 中文(简体)
承认所有使用间谍4的english语
原标题:recognizing all english words using sphinx4

I have a problem in recognizing all english words using sphinx4. I added all the english words starting with letter A to my grammar file in java and tried to run it. First time it gave me the error of java heap space which i initially kept 256m. Then i changed it to 512m. this time there were no errors from java, but the recognizer was not recognizing a single word not even wrong words. Can any one help me in making a speech recognition grammar file with all english words...

这是我在此希望取得一些良好结果的第一个问题。

最佳回答

Since you are using SPhinx 4. A lot of the things depends on the way you have configured. Sphinx (both pocket sphinx and Sphinx 4) offers transcription as well as immediate conversion. I mean, you can save your voice as a wav file and perform a wav to text conversion or you can simply speak keeping the sphinx4 application running so it will transcribe every line that u speak. You would have to configure the grammar file as in using a 2/3/n gram file. Provide the acoustic model based on the pronunciation as in hub4 acoustic model for US english or voxforge models for indian english. I had earlier posted a similar question

Speech recognition response is poor in sphinx4 You can also refer to a this site http://nsh.nexiwave.com/ which provides all the necessary details for configuring Sphinx4 . based on these configurations i suppose you should be able to get a dignified output

问题回答

暂无回答




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签