From 6bbd4e423a7cda422a2e519453a41cef234506bd Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 16 May 2006 13:07:41 +0000 Subject: examples of dialogue system grammars --- examples/dialogue/WeekdayGodis.gf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/dialogue/WeekdayGodis.gf (limited to 'examples/dialogue/WeekdayGodis.gf') diff --git a/examples/dialogue/WeekdayGodis.gf b/examples/dialogue/WeekdayGodis.gf new file mode 100644 index 000000000..48d07b99c --- /dev/null +++ b/examples/dialogue/WeekdayGodis.gf @@ -0,0 +1,10 @@ +concrete WeekdayGodis of Weekday = open ResGodis, Prelude in { + + lincat + WDay = SS ; + + lin + Mon = ss "monday" ; + Tue = ss "tuesday" ; + +} -- cgit v1.2.3