Skip to content
Snippets Groups Projects
Commit f81bef73 authored by Kevin Gardeja's avatar Kevin Gardeja Committed by Leroy John Rügemer
Browse files

added new grammar and config file

parent 74631eeb
No related branches found
No related tags found
No related merge requests found
[main]
startdb=43;
uttdb=47;
silence=400;
timeout=8;
openDeviceDirectly=yes;
[pocketsphinxinstance]
name=manipulation;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/manipulationTask/manipulation.jsgf;
rsbscope=/speechrec/psa/manipulation;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar manipulation;
public <statement> = <kitchen> | <livingroom> | <accept> | <cleankitchen> | <cleanlivingroom> | <decline> | <search> | <clean> | tobi <clean>;
<kitchen> = kitchen;
<clean> = clean | (clean up) | sort | (clean room) | (clean up room) | (tidy up) | (tidy up room) | start | (start cleaning) | (start searching) | search | (search for objects);
<search> = search;
<livingroom> = livingroom;
<accept> = yes;
<cleankitchen> = clean kitchen;
<cleanlivingroom> = clean livingroom;
<decline> = no;
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