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/WeekdayFre.gf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 examples/dialogue/WeekdayFre.gf (limited to 'examples/dialogue/WeekdayFre.gf') diff --git a/examples/dialogue/WeekdayFre.gf b/examples/dialogue/WeekdayFre.gf new file mode 100644 index 000000000..d0c6e141a --- /dev/null +++ b/examples/dialogue/WeekdayFre.gf @@ -0,0 +1,10 @@ +concrete WeekdayFre of Weekday = open LangFre, ParadigmsFre in { + + lincat + WDay = PN ; + + lin + Mon = mkPN "lundi" masculine ; + Tue = mkPN "mardi" masculine ; + +} -- cgit v1.2.3