Whay types of grammar files are usable for spoken voice recognition?

Posted by user1413199 on Stack Overflow See other posts from Stack Overflow or by user1413199
Published on 2012-08-29T03:36:11Z Indexed on 2012/08/29 3:38 UTC
Read the original article Hit count: 148

I'm using the System.Speech library in C# and I would like to create a smaller file to house commands as opposed to the default grammar. I'm not totally sure what I need. I've been looking at several different things but I don't really have any idea what I'm doing. I've read up on some stuff in ANTLR and looked at NuGram from NuEcho. I understand what a grammar file is and roughly how to create one but I'm not sure how they're used specifically for deciphering spoken words.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET