Skip to content
Snippets Groups Projects
Commit 61860af8 authored by Kai Konen's avatar Kai Konen
Browse files

fixed typo

parent 7d430e78
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,9 @@ bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=appartment;
jsgf=../../psGrammar/demos/citecAnniversaryAppartment.jsgf;
rsbscope=/speechrec/psa/appartment;
name=apartment;
jsgf=../../psGrammar/demos/citecAnniversaryApartment.jsgf;
rsbscope=/speechrec/psa/apartment;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar appartment;
grammar apartment;
public <appartment> = [(tobi | biron | robot)] (<appartment_predef>);
public <apartment> = [(tobi | biron | robot)] (<apartment_predef>);
<appartment_predef> = <predef1> | <predef2>;
<predef1> = where is the appartment;
<predef2> = can you show us the appartment;
<predef1> = where is the apartment;
<predef2> = can you show us the apartment;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment