1
0
forked from GitHub/gf-rgl

Extend.ReflPossPron added and implemented for Swe, Cze, Slo

This commit is contained in:
aarneranta
2020-11-27 10:02:31 +01:00
parent 9594ee9cf2
commit 6fee9d712a
13 changed files with 106 additions and 8 deletions
+1 -2
View File
@@ -632,8 +632,6 @@ adjFormsAdjective : AdjForms -> Adjective = \afs -> {
a : Agr
} ;
---- TODO: possessives
personalPron : Agr -> PronForms = \a ->
{a = a ; cnom = []} **
case a of {
@@ -753,6 +751,7 @@ adjFormsAdjective : AdjForms -> Adjective = \afs -> {
} ;
reflPossessivePron : DemPronForms = mladyAdjForms "svy" ** {msnom = "svůj" ; pdat = "svým"} ;
mkPron : Agr -> PronForms ** {poss : DemPronForms} = \a ->
personalPron a ** {poss = possessivePron a} ;