From 6ad5b937bb35f6aea2c3ea6018e340bc9c376d44 Mon Sep 17 00:00:00 2001 From: bringert Date: Wed, 11 May 2005 08:10:23 +0000 Subject: Added all missing lincats in numerals grammars. --- examples/numerals/margi.gf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/numerals/margi.gf') diff --git a/examples/numerals/margi.gf b/examples/numerals/margi.gf index 4043d4580..27a7f9377 100644 --- a/examples/numerals/margi.gf +++ b/examples/numerals/margi.gf @@ -5,6 +5,8 @@ param Size = sg | pl ; oper LinDigit = {s : DForm => Str ; size : Size} ; oper LinS100 = {s : Str ; s2 : Str ; size : Size} ; + +lincat Numeral = { s : Str } ; lincat Digit = LinDigit ; lincat Sub10 = LinDigit ; lincat Sub100 = LinS100 ; -- cgit v1.2.3