From ecc132dccfc7617ed413f21ee37539475081f8ec Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 16 Sep 2004 14:47:18 +0000 Subject: Karin C's example --- grammars/video/Time/timeResSwe.gf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 grammars/video/Time/timeResSwe.gf (limited to 'grammars/video/Time/timeResSwe.gf') diff --git a/grammars/video/Time/timeResSwe.gf b/grammars/video/Time/timeResSwe.gf new file mode 100644 index 000000000..0f9ad0526 --- /dev/null +++ b/grammars/video/Time/timeResSwe.gf @@ -0,0 +1,7 @@ +resource timeResSwe = { +param RefHour = ThisFormal | ThisLex | NextLex ; +oper refs : Str -> Str -> Str -> RefHour => Str = \x,y,z -> table {ThisFormal => x ; ThisLex => y ; NextLex => z } ; +param MinMin = Form | Past | To ; +oper mins : Str -> Str -> Str -> MinMin => Str = \u,x,y -> table {Form => u ; Past => x ; To => y } ; + +} -- cgit v1.2.3