mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Added all missing lincats in numerals grammars.
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user