Groups > Microsoft > Microsoft Speech Tech SDK > RE: Add word to recognised Speech Recognition Word List




Add word to recognised Speech Recognition Word List

Add word to recognised Speech Recognition Word List
Tue, 1 Jan 2008 09:50:06 -0800
Hello, I am writing a speech recognition app in vb6. It recognises most words 
I say, but some it doesn't...is there a way I can add a word to be 
Post Reply
RE: Add word to recognised Speech Recognition Word List
Wed, 2 Jan 2008 19:37:01 -0800
Post Reply
RE: Add word to recognised Speech Recognition Word List
Fri, 4 Jan 2008 13:24:02 -0800
There's a couple of different ways to do this that I know of. You can use the 
add word UI, it's different depending on the version of the system you are 
using (Office/Tablet/Vista) so I won't go into details. 

You can use the Lexicon interfaces to add the word and its pronunciation(s). 
For  details see http://msdn2.microsoft.com/en-us/library/ms719860(VS.85).aspx

Or if you are writing your own grammars you can specifiy the lexical entry 
inline such as <P>/LeVan/levan/l ax v ao n/</P> which specifies the

DisplayForm, LexicalForm and Pronunciation. 
-- 
This post provide "as is" and confers no rights or warranties. 


"LostAngel" wrote:

Post Reply
about | contact