Many additions; more numerals; tests;

This commit is contained in:
Roman Suzi
2020-08-26 18:10:35 +03:00
parent 0e363f02dd
commit f7f784aeb1
16 changed files with 481 additions and 93 deletions
+5 -2
View File
@@ -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
} ;