Re: speech recognition
Re: speech recognition
- Subject: Re: speech recognition
- From: Greg Weston <email@hidden>
- Date: Sat, 3 Aug 2002 15:20:38 -0400
Andrew <email@hidden> wrote:
Hi all,
Ive found the speech recognition example in the developer folder, and I
would like to create a wee app that would allow me to dictate and would
pass the dictated words to TextEdit (or bbedit) <g> or the word
processor
of my choice.
So my first question is:
Is there a way to create a language model that contains most of the
english language already? or do I need to find my own word list and add
it to the language model provided by SRNewLanguageModel?
You're not going to get dictation out of Apple's speech recognition
system. It's an excellent and simple control interface alternative, but
the recognition degrades rapidly as the language model grows in
complexity.
<g> another question is does anyone know of a simple wee application
that
already does something similar to this that I could use instead?
You might look to IBM and MacSpeech to see if their products meet your
needs.
Greg (Still waiting for MacSpeech to re-release their SDK....)
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.