mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 02:56:28 -06:00
Many additions; more numerals; tests;
This commit is contained in:
@@ -117,8 +117,11 @@ lin
|
||||
|
||||
-- : Numeral -> Ord ; -- fifty-first
|
||||
OrdNumeral numeral = numeral.o ** {
|
||||
sm,sf,sn,sp=[] ;
|
||||
comp=[] ;
|
||||
sm=numeral.s ! Masc ! Inanimate ! Nom; -- these are not correct, but needed to prevent parsing problems
|
||||
sf=numeral.s ! Fem ! Inanimate ! Nom;
|
||||
sn=numeral.s ! Neut ! Inanimate ! Nom;
|
||||
sp=numeral.s ! Neut ! Inanimate ! Gen ;
|
||||
comp=numeral.s ! Neut ! Inanimate ! Gen ;
|
||||
p=False ;
|
||||
preferShort=PreferFull
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user