Skip to content
Snippets Groups Projects
Commit 3ef4d899 authored by Henri Neumann's avatar Henri Neumann
Browse files

grammar changed

parent f4dd8790
No related branches found
No related tags found
No related merge requests found
[main]
startdb=30;
uttdb=35;
silence=400;
timeout=8;
openDeviceDirectly=yes;
[pocketsphinxinstance]
name=Main;
jsgf=../../psGrammar/tasks/gpsr/gpsr.jsgf;
rsbscope=/speechrec/psa/gpsrMain;
bestpath=no;
autoload=yes;
......@@ -4,7 +4,7 @@ grammar speechRecognition;
public <sentence> = <VP> [<VP_repeat>];
<VP> = [ tobi | biron ] ((<V> [<Prep>] <NP>) | (<V> (<Pron> | <Names>) [<Prep> (<Pron> | <NP_place>)]) | (<V> <NP> <Prep> <NP>));
<VP> = [ tobi | biron ] ((<V> [<Prep>] <NP>) | (<V> (<Pron> | <Names>) [<Prep> (<Pron> | <NP_place>)]) | (<V> <NP> [<Prep>] <NP>));
<VP_repeat> = [and] <VP> [<VP_repeat>];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment