From 3e8385e7c5a5a2317ac1ca8ef904286cfded2b77 Mon Sep 17 00:00:00 2001 From: DonRenando Date: Wed, 18 Jan 2017 16:01:37 +0100 Subject: [PATCH] modification grammar.grxml pour reconnaissance vocal --- Vocal/grammar.grxml | 30 +++++++++++++++++------------- Vocal/sra_on.bat | 2 +- 2 files changed, 18 insertions(+), 14 deletions(-) diff --git a/Vocal/grammar.grxml b/Vocal/grammar.grxml index 531a193..e6d0279 100755 --- a/Vocal/grammar.grxml +++ b/Vocal/grammar.grxml @@ -13,30 +13,34 @@ - - + + out = rules.latest().text; - - - déplacer + + + couleur - - initialiser + + + créer + supprimer + déplacer + out.text = "Action:" + meta.current().text; - + - en haut - en bas - à gauche - à droite + rouge + bleu + vert + jaune - out.text = "Action:deplacement Position:" + meta.current().text; + out.text = "Action:couleur:" + meta.current().text; \ No newline at end of file diff --git a/Vocal/sra_on.bat b/Vocal/sra_on.bat index 5d67836..b56159e 100644 --- a/Vocal/sra_on.bat +++ b/Vocal/sra_on.bat @@ -1 +1 @@ -sra5 -b 127.255.255.255:2010 -p on \ No newline at end of file +sra5 -b 172.31.190.255:2010 -p on \ No newline at end of file