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/pashto.gf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/numerals/pashto.gf') diff --git a/examples/numerals/pashto.gf b/examples/numerals/pashto.gf index 8a7c9051b..85239828a 100644 --- a/examples/numerals/pashto.gf +++ b/examples/numerals/pashto.gf @@ -17,10 +17,12 @@ param Size = sg | two | less100 | more100 ; -- [P] is a Ha with a hamza above -- [R] is an r with a ring below +lincat Numeral = { s : Str } ; lincat Digit = {s : DForm => Str ; size : Size} ; lincat Sub10 = {s : DForm => Str ; size : Size} ; lincat Sub100 = {s : Str ; size : Size} ; lincat Sub1000 = {s : Str ; s2 : Str ; size : Size } ; +lincat Sub1000000 = { s : Str } ; lin num x0 = {s = "/A" ++ x0.s ++ "A/"} ; -- the Extented-Arabic environment -- cgit v1.2.3