I am getting an ArrayIndexOutofBoundsException and the acoustic models aren't downloading automatically when i run it. Could you help me with this please?
I receive this message "Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project Sphinx5-maven-example: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]" do you know why?
Hi I am getting NoClassDefFoundError. Error: Could not find or load main class main.java.goxr3plus.sphinx5MavenExample.application.Main every time I run it. Please help!
@@goxr3plus_studio Hey, I get the same error My Maven version is 3.6.3 My Java version is 14.0.1 the full error stack trace is: Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project Sphinx5-maven-example: Command execution failed.: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project Sphinx5-maven-example: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1] To see the full stack trace of the errors, re-run Maven with the -e switch. Re-run Maven using the -X switch to enable full debug logging. For more information about the errors and possible solutions, please read the following articles: [Help 1] cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException do you know what the problem for this is i get this on output
ayyzero Which Maven version do you have? I think you need at least Maven 3.5.0. Also directly google your error, you might get the answer straight away. I will be here for further help :)
What is the reason for this error, I could not solve it: edu.cmu.sphinx.util.props.ConfigurationManagerUtils"'s signer information does not match signer information of other classes in the same package
Hello, I tried this and got some errors which I'm not sure of solving, I need this to be working for a school project. Would be great if you can help! Can we get in touch maybe I need this working by next week Monday? Thanks
Hello Dear ... Your videos are very helpful . I followed this video to run Maven example in Netbeans. But I got the following error. ------------------------------------------------------------------------ Building Sphinx5 Maven Example 1.0.0 ------------------------------------------------------------------------ --- exec-maven-plugin:1.2.1:exec (default-cli) @ Sphinx5-maven-example --- Error: Could not find or load main class main.java.goxr3plus.sphinx5MavenExample.application.Main ------------------------------------------------------------------------ BUILD FAILURE ------------------------------------------------------------------------ Total time: 1.764s Finished at: Tue May 08 16:15:38 IST 2018 Final Memory: 5M/123M ------------------------------------------------------------------------ Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project Sphinx5-maven-example: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1] To see the full stack trace of the errors, re-run Maven with the -e switch. Re-run Maven using the -X switch to enable full debug logging. For more information about the errors and possible solutions, please read the following articles: [Help 1] cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
OOU what kond of ttickery error is this : 1) Are you already running the project when trying to build? 2) Do you have file explorer or cmd opened on the maven target folder or any folder associated with the project? 3) Give it a web search. 4) I will check for you when I have time ♥
1) Are you already running the project when trying to build? No , First I am building and then running. ( Build+Clean) then RUN 2) Do you have file explorer or cmd opened on the maven target folder or any folder associated with the project? No. Thank you for your quick reply One more question .. Actually I followed all your demos related to speech recognition. I am able to run every project of yours. But I am facing the problem when I use my own grammar file. Like if I add my name into the grammar I am getting NullPointerException error. though added my name to the .dict file using lmtool I am getting this error.Please let me know how to solve it.
Hm .... if you change the name of the grammar file there is a place in the code where actually i am loading the grammar file so you have to change the name on the code also .
Thank you dear for the reply. Actually I am not changing the name of the grammar file. I am just changing the contents in the grammar file.Like following.... #JSGF V1.0; /** * JSGF Grammar for Hello World example */ grammar hello; public = (Good morning | Hello | Welcome ) ( Harinath | Raghunath | Vishnu );
hello when i tried to run the code it says Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project Sphinx5-maven-example: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1] what does this means and how can i fix it?
Hi. Thanks so much.
I really need to implement sphinx in Processing. Can you say anything about that?
Hello and welcome, i have never done that before :)
I am getting an ArrayIndexOutofBoundsException and the acoustic models aren't downloading automatically when i run it. Could you help me with this please?
Your videos are of great help,thanks!
Oou yes thankful to here this :)
joey '' DO you know de way? ''
You have to have Ebola to know da wae
😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 😂 i cry
My brudaa!!😀😀😀😂😂😂
I receive this message "Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project Sphinx5-maven-example: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]" do you know why?
Hi I am getting NoClassDefFoundError.
Error: Could not find or load main class main.java.goxr3plus.sphinx5MavenExample.application.Main
every time I run it. Please help!
Hello, I get this error
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec
Maven Version, Java Version and full error stack trace please :)
@@goxr3plus_studio Hey, I get the same error
My Maven version is 3.6.3
My Java version is 14.0.1
the full error stack trace is:
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project Sphinx5-maven-example: Command execution failed.: Process exited with an error: 1 (Exit value: 1) -> [Help 1]
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project Sphinx5-maven-example: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1] cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
do you know what the problem for this is i get this on output
ayyzero Which Maven version do you have? I think you need at least Maven 3.5.0. Also directly google your error, you might get the answer straight away. I will be here for further help :)
You solved your problem :)????
What is the reason for this error, I could not solve it: edu.cmu.sphinx.util.props.ConfigurationManagerUtils"'s signer information does not match signer information of other classes in the same package
Hello, I tried this and got some errors which I'm not sure of solving, I need this to be working for a school project. Would be great if you can help! Can we get in touch maybe I need this working by next week Monday? Thanks
Well my friend inam very busy this period I will may find time to take a look to see what's wrong .
Let me know what error are you getting?
can i use this to transcribe audio files?
Maybe but i haven't done it before :)
@@goxr3plus_studio im looking into to see what i can do.
@@goxr3plus_studio if you figure it out could you do a tutorial on it i would appreciate it
Hope you show the Google speech recognition in netbeans.
deepali dubey Yes, I have to do it my friend :)
GoXR3Plus Studio yes please
Hey IBM Watson Speech Recognition tutorial will come :)
Please make tutorial about training of sphinx 4 to make it better
can i ask about your email. I am making Final Year Project and i am in some problem. so i can ask you some help
cool, thanx buddy
Nursultan Saidahmatov Nothing ma love ♥
Hello Dear ... Your videos are very helpful . I followed this video to run Maven example in Netbeans. But I got the following error.
------------------------------------------------------------------------
Building Sphinx5 Maven Example 1.0.0
------------------------------------------------------------------------
--- exec-maven-plugin:1.2.1:exec (default-cli) @ Sphinx5-maven-example ---
Error: Could not find or load main class main.java.goxr3plus.sphinx5MavenExample.application.Main
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 1.764s
Finished at: Tue May 08 16:15:38 IST 2018
Final Memory: 5M/123M
------------------------------------------------------------------------
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project Sphinx5-maven-example: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1] cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
OOU what kond of ttickery error is this :
1) Are you already running the project when trying to build?
2) Do you have file explorer or cmd opened on the maven target folder or any folder associated with the project?
3) Give it a web search.
4) I will check for you when I have time ♥
1) Are you already running the project when trying to build?
No , First I am building and then running. ( Build+Clean) then RUN
2) Do you have file explorer or cmd opened on the maven target folder or any folder associated with the project?
No.
Thank you for your quick reply
One more question .. Actually I followed all your demos related to speech recognition. I am able to run every project of yours. But I am facing the problem when I use my own grammar file.
Like if I add my name into the grammar I am getting NullPointerException error.
though added my name to the .dict file using lmtool I am getting this error.Please let me know how to solve it.
Hm .... if you change the name of the grammar file there is a place in the code where actually i am loading the grammar file so you have to change the name on the code also .
Thank you dear for the reply. Actually I am not changing the name of the grammar file. I am just changing the contents in the grammar file.Like following....
#JSGF V1.0;
/**
* JSGF Grammar for Hello World example
*/
grammar hello;
public = (Good morning | Hello | Welcome ) ( Harinath | Raghunath | Vishnu );
So everything works well but when you change the content of grammar you get errors?
Post somewhere the gramar so i can see it :)
Me revoila
Me revokla
hello when i tried to run the code it says
Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project Sphinx5-maven-example: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
what does this means and how can i fix it?