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/turkish.gf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/numerals/turkish.gf') diff --git a/examples/numerals/turkish.gf b/examples/numerals/turkish.gf index f8fe734d8..ce391f13e 100644 --- a/examples/numerals/turkish.gf +++ b/examples/numerals/turkish.gf @@ -12,10 +12,12 @@ param Size = sg | pl ; -- The hundreds and trheir qualif can be written together e.g ikiyüz -- aswelll as ten + unit e.g yirmibir +lincat Numeral = { s : Str } ; lincat Digit = {s : DForm => Str } ; lincat Sub10 = {s : DForm => Str ; size : Size} ; lincat Sub100 = {s : Str ; size : Size } ; lincat Sub1000 = {s : Str ; size : Size } ; +lincat Sub1000000 = { s : Str } ; oper mkNum : Str -> Str -> Lin Digit = \iki -> \yirmi -> -- cgit v1.2.3