1
0
forked from GitHub/gf-core

more fixes for the lock_ fields

This commit is contained in:
krasimir
2009-09-13 21:18:43 +00:00
parent 4f87558b55
commit a81def4168
3 changed files with 4 additions and 4 deletions

View File

@@ -1088,7 +1088,7 @@ incomplete resource Constructors = open Grammar in {
= DetQuantOrd ; --# notminimal
mkDet : Quant -> Num -> Det -- these five man
= DetQuant ;
mkDet : Num -> Det -- forty-five men
mkDet : Card -> Det -- forty-five men
= DetArtCard IndefArt ;
mkDet : Digits -> Det -- 51 (men) --# notminimal
= \d -> DetArtCard IndefArt (NumDigits d) ; --# notminimal

View File

@@ -1,4 +1,4 @@
--# -path=.:../romance:../abstract:../common:prelude
--# -path=.:../romance:../abstract:../common:../prelude
concrete AllCat of AllCatAbs =
LangCat,

View File

@@ -37,10 +37,10 @@ lin
Fem Sg P3 ;
oper
vostePl : ParadigmsCat.Gender -> Pron = \g -> mkPronoun
vostePl : ParadigmsCat.Gender -> Pron = \g -> lin Pron (mkPronoun
"vostés" "els" "li" "vostés"
"llur" "llur" "llurs"
g Pl P3 ;
g Pl P3) ;
lin
youPolPl_Pron = vostePl Masc;
youPolPl8fem_Pron = vostePl Fem;