|
|
Browse by Tags
All Tags » grammar (RSS)
Showing page 1 of 3 (22 total posts)
-
Hi,
I was attempting to get sapi to guess the spelling of something I say, here is my code:
private void Form1_Load(object sender, EventArgs e)
{
//Innitialize the SR engine
SpeechRecognitionEngine ...
-
I've been trying to implement a DTMF-only environment in ASP. However, every time I attempt to put a DTMF-mode grammar inside a DTMF tag, it doesn't load it when I use the VS debugger. When I use a voice grammar in the reco tag, it shows up just fine. I would try copying the DTMF-mode grammar to the reco tag, and it would appear in the list of ...
-
Ok..
The subject is copied from here :
http://stackoverflow.com/questions/327678/how-to-add-words-to-an-already-loaded-grammar-using-system-speech-and-sapi-5-3
I have the same ''problem'' and wanted to ask here for help.
So i have a main grammar file and inside it i have some references to external grammar files.
In my app, i ...
-
Hello all
I'm currently working on a speech recognition application; for the grammar i figured out how to use grammar dynamically, but i have no clue on applying SRGS grammar, i couldn't find any good example or guide so i can use to learn...
I would really appreciate it if someone could help me on this and give a simple explaination of how to ...
-
I am trying to use semantic keys and values to parse input. The following c# construction produces a valid grammar:
_commands.Append(new SemanticResultKey(object:'', new SemanticResultKey(''noun:'', ''ball'')));
I was expecting to get from the recognizer three semantic values: parentSV[''object:''] = childSV, childSV[''noun:''] = ...
-
I've read the other posts re nBest and Alternates, but we're still having problems. I've also checked out MSDN recognitionresult.alternates, but we only get one alternate no matter how many homophones we have in the grammar.
I've also set max results -- this.speechrecognizer.maxresults=5;
Our application is a pretty ...
-
Hello Folks,
I'm using SAPI 5.1 w. VS 2005 (C#, .NET 2.0).
Similar to a couple of other posts on here, I've had difficulty finding explanations/examples of a basic Speech Recognition
Grammar File. I'm looking for file format details and methods for referencing the Grammar in C#. What I'm hoping to do: Add a list of relatively long ...
-
c# or c++?
if you worked in c#,firstly you should find your rule ISpeechRecoGrammar BY Rules.FindRule()
secondly,you can use ISpeechGrammarRule.InitialState.AddWordTransition()
lastly ,you should use commit() method
-
hello everyone,
I create a grammar as following:
<GRAMMAR LANGID=''409''><RULE NAME=''TEST'' TOPLEVEL=''ACTIVE'' DYNAMIC=''TRUE''> <L PROPNAME=''QC''> <P VALSTR=''query''>I Want to query</P> </L> <L PROPNAME=''PS''> <P ...
-
you can try it on grammar compiler .
1
|
|
|