0
votes
Microsoft Speech Recognizer 6.1 Training Files
Are you sure you are looking in the right place? Check the registry under HKEY_CURRENT_USER\Software\Microsoft\Speech\RecoProfiles
for info about user profiles and training data. I'm on Vista, cont …
1
vote
How to add words to an already loaded grammar using System.Speech and SAPI 5.3
It sounds like you need to use some indirection, via the a grammar rule reference. This can be done with the GrammarBuilder.AppendRuleReference method. It might be easier to test out your grammars …
1
vote
How to add words to an already loaded grammar using System.Speech and SAPI 5.3
An alternative, if you have very large grammars, would be to use the dictation grammar option. There is a standard dictation grammar, but you could also specify your own.
See …
