rhubarb-lip-sync/lib/sphinxbase-5prealpha-2015-0.../test/unit/test_fsg/polite.gram

11 lines
206 B
Plaintext
Raw Normal View History

2015-10-19 19:45:08 +00:00
#JSGF V1.0;
/**
* JSGF Grammar for Hello World example
*/
grammar polite;
public <startPolite> = [please | kindly | could you | oh mighty computer];
public <endPolite> = [please | thanks | thank you];