From 66b523294bca2a07e478cc69bd1269ceeb672ebf Mon Sep 17 00:00:00 2001
From: rfeldhans <rfeldhans@techfak.uni-bielefeld.de>
Date: Wed, 26 Jul 2017 02:46:52 +0200
Subject: [PATCH] tobidict: added new words; speechrec grammar: added new
 questions

---
 psGrammar/dictionary/tobiDic.dic         |  2 ++
 psGrammar/tasks/speechrec/questions.jsgf | 26 ++++++++++++++----------
 2 files changed, 17 insertions(+), 11 deletions(-)

diff --git a/psGrammar/dictionary/tobiDic.dic b/psGrammar/dictionary/tobiDic.dic
index 4eb4619e..2f02cdcb 100644
--- a/psGrammar/dictionary/tobiDic.dic
+++ b/psGrammar/dictionary/tobiDic.dic
@@ -34683,6 +34683,7 @@ drysdale	D R AY Z D EY L
 dryser	D R AY S ER
 drywall	D R AY W AA L
 drzewiecki	JH UW IY T S K IY
+dspl	D IY EH S P IY EH L
 dsouza	D AH S UW Z AH
 dss	D IY EH S EH S
 dsv	D IY EH S V IY
@@ -113578,6 +113579,7 @@ sroka	SH R OW K AH
 sroufe	SH R OW F
 srpska	S R AH P S K AH
 ssangyong	S AE NG Y AO NG
+sspl	EH S EH S P IY EH L
 st	S T R IY T
 st(2)	S EY N T
 st-james	S EY N T JH EY M Z
diff --git a/psGrammar/tasks/speechrec/questions.jsgf b/psGrammar/tasks/speechrec/questions.jsgf
index 7a1e8862..1ff27558 100644
--- a/psGrammar/tasks/speechrec/questions.jsgf
+++ b/psGrammar/tasks/speechrec/questions.jsgf
@@ -3,17 +3,21 @@ grammar questions;
 
 public <question> = [(tobi | biron | robot)] (<quest_crowd> | <quest_arena> | <quest_obj> | <quest_predef> | <quest_anaphoric>);
 
-public <quest_predef> = <predef1> | <predef2> | <predef3> | <predef4> | <predef5> | <predef6> | <predef7> | <predef8> | <predef9> | <predef10>;
-<predef1> = what city are we in | in what city are we;
-<predef2> = (what is | whats) (your (teams | team) name | the name of your team);
-<predef3> = name the big hairy creature in star wars;
-<predef4> = who wrote the three laws of robotics;
-<predef5> = from what series do you know rosie the robot;
-<predef6> = from what series do you know the baby bam bam;
-<predef7> = who is the main character of the matrix;
-<predef8> = name the two robocup at home standard platforms;
-<predef9> = where do you store your memories;
-<predef10> = where is your team located;
+public <quest_predef> = <predef1> | <predef2> | <predef3> | <predef4> | <predef5> | <predef6> | <predef7> | <predef8> | <predef9> | <predef10> | <predef11> | <predef12> | <predef13> | <predef14>;
+<predef1> = what city are we in | in what city are we;#kann bleiben
+<predef2> = (what is | whats) (your (teams | team) name | the name of your team);#kann bleiben
+<predef3> = how many teams participate in robocup at home this year;
+<predef4> = who won the popular vote in the us election;
+<predef5> = what is the highest mountain in japan;
+<predef6> = what does dspl stand for;
+<predef11> = what does sspl stand for;
+<predef7> = who did alphabet sell boston dynamics to;
+<predef8> = name the two robocup at home standard platforms;#kann bleiben
+<predef9> = nagoya has one of the largest train stations in the world how large is it;
+<predef10> = where is your team located;#kann auch bleiben
+<predef12> = who created star wars;
+<predef13> = who lives in a pineapple under the sea;
+<predef14> = who is grace hopper;
 
 public <quest_arena> = <arena1> | <arena2> | <arena3> | <arena4>;
 <arena1> = where is located the <location> ;
-- 
GitLab