Click here to Skip to main content
15,894,297 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can some body post me the base papaer and the project code in sppech recognition
Posted

I've started you off, just fill in the blanks:
Java
package com.speech;

/**
 * Application class for speech recognition.
 */
public class SpeechApplication {
    public void main(String[] args) {
        // code goes here.
    }
}
 
Share this answer
 
No.
Not the way it works.
You try to do it, you get stuck, you ask for help.
We try to assist you.

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900