updated directory using asr/tts

This commit is contained in:
Brian West
2014-07-05 09:22:59 -05:00
parent cdbed1f66e
commit 3b629c8004
2 changed files with 195 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#JSGF V1.0;
/**
* JSGF Grammar for Directory
*/
grammar directory;
<anthony> = [ anthony ];
<michael> = [ michael ];
<brian> = [ brian ];
public <directory> = <anthony> <michael> <brian>;