I hv an intention of making a voice recognization software in Java using its
"JSAPI" Api,
software will take user voice as an input and then transform it into text,what i
want is my application should be capable of handling basic system admin commands
like,if a user wants to check 'dir' (ex: c:\dir),then he will say "Directory"
and system will list down the contents of its current directory or if he says
"Shutdown My System".... so my application suppose to make the system to does
that.
I hv heared that bringing accuracy into the system has been a prb so far.... so
if anyone has aleardy done it or having an intention of making it then plz post
his/her message.