Skip to content
Snippets Groups Projects
Commit c3425d56 authored by jvaquet's avatar jvaquet
Browse files

Added grammars for homecoming

parent 19d186ac
No related branches found
No related tags found
1 merge request!41Added grammars for homecoming
...@@ -18,8 +18,24 @@ autoload=yes; ...@@ -18,8 +18,24 @@ autoload=yes;
[pocketsphinxinstance] [pocketsphinxinstance]
name=assistance; name=assistance;
dict=../../../psGrammar/dictionary/tobiDic.dic; dict=../../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../../psGrammar/homecoming/assistant.jsgf; jsgf=../../../psGrammar/homecoming/assistance.jsgf;
rsbscope=/speechrec/psa/assistance; rsbscope=/speechrec/psa/assistance;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
[pocketsphinxinstance]
name=helpPreparation;
dict=../../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../../psGrammar/homecoming/helpPreparation.jsgf;
rsbscope=/speechrec/psa/helpPreparation;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=helpGreet;
dict=../../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../../psGrammar/homecoming/helpGreet.jsgf;
rsbscope=/speechrec/psa/helpGreet;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar ToBI_helpGreet;
public <statement> = [<robot>] [please] <verb> [<guest>] [please];
<verb> = greet | introduce | (let in) | open | (open for) | (open door) | (open the door);
<robot> = (tiago)| (tobi) | (robot);
<guest> = [the | my | our | a] (guest | guests | friend | friends)
#JSGF V1.0;
grammar ToBI_helpPreparation;
public <statement> = [<robot>] [please] [<help_verb>] [to] <verb> [<party>] [please];
<help_verb> = (help me) | help | assist;
<verb> = prepare | (make ready) | ready | start;
<robot> = (tiago)| (tobi) | (robot);
<party> = (the party) | (party) | (meeting) | (get together)
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