From 53db5cfd636fe626b519ba93bdfff712b1f663cf Mon Sep 17 00:00:00 2001 From: Jonas Gerlach <jgerlach@techfak.uni-bielefeld.de> Date: Tue, 21 Apr 2015 13:16:29 +0200 Subject: [PATCH] rightmost is unknown to pocketsphinx --- ps-grammar/roboNurse/roboNurse.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps-grammar/roboNurse/roboNurse.jsgf b/ps-grammar/roboNurse/roboNurse.jsgf index 1496f4e6..397ad853 100644 --- a/ps-grammar/roboNurse/roboNurse.jsgf +++ b/ps-grammar/roboNurse/roboNurse.jsgf @@ -8,4 +8,4 @@ public <root> = [tobi] [please] (<command>); <pills> = [i need] [my] (pills|pill); <pillsspec> = [i need] [the] <properties> (one|bottle); -<properties> = (leftmost|rightmost|blue|red|green|big|small); +<properties> = (leftmost|right most|blue|red|green|big|small); -- GitLab