From 5f6318a4d7869ece0a479103a417baacdb5e3c71 Mon Sep 17 00:00:00 2001
From: Christian Limberg <climberg@techfak.uni-bielefeld.de>
Date: Thu, 26 Mar 2015 14:49:55 +0100
Subject: [PATCH] grammars and config for person recognition task

---
 ps-config/personRec/personRec.conf  | 17 +++++++++++++++++
 ps-grammar/personRec/personRec.jsgf |  6 ++++++
 2 files changed, 23 insertions(+)
 create mode 100644 ps-config/personRec/personRec.conf
 create mode 100644 ps-grammar/personRec/personRec.jsgf

diff --git a/ps-config/personRec/personRec.conf b/ps-config/personRec/personRec.conf
new file mode 100644
index 00000000..f91bc78c
--- /dev/null
+++ b/ps-config/personRec/personRec.conf
@@ -0,0 +1,17 @@
+[main]
+startdb=43;
+uttdb=47;
+silence=400;
+timeout=8;
+openDeviceDirectly=yes;
+
+[pocketsphinxinstance]
+name=person;
+hmm=../../../pocketsphinx/model/en-us/en-us;
+dict=../../psGrammar/dictionary/tobiDic.dic;
+jsgf=../../psGrammar/personRec/personRec.jsgf;
+rsbscope=/speechrec;
+bestpath=no;
+autoload=yes;
+
+
diff --git a/ps-grammar/personRec/personRec.jsgf b/ps-grammar/personRec/personRec.jsgf
new file mode 100644
index 00000000..915c300b
--- /dev/null
+++ b/ps-grammar/personRec/personRec.jsgf
@@ -0,0 +1,6 @@
+#JSGF V1.0;
+grammar personRec;
+public <command> = (<yes> | <no> | <start>);
+<yes> =  [toby] yes;
+<no> =  [toby] no;
+<start> =  [toby] start;
-- 
GitLab