NeoGermi - 2005-12-05

Hello,

my recognizer I built works. The only problem I have is, that it only recognizes fragments of the given grammar.

For example:

My grammar exists only of sentences (dont ask, it works better than using words ?!?)

so, i have something like

my name is peter | i look at that house | ...

but my recognizer only shows me something like

my name

or

look at that

I experienced with the languageweight values and something like that but unfortunately it does not get better WER :-(

If i put quotes around the sentences, it doesn't recognized anything...

how can I bring it to recognize the whole sentences?

Thanks a lot in advance.

Sebastian