Using Windows7 speech recognition I wish to create specialised vocabularies for recognising a domain-specific natural language in parts of my application. Thus, for example, a specific text entry box could be linked to its own vocabulary and limited to a small subset of language, e.g.
throw the axe at the troll
where "troll"
is in the vocabulary but "trawl"
is not. The application should be able to learn, so:
throw the axe at the arggly
should allow "arggly"
to be spelt out and recognised and added to the dictionary.