1
0
forked from GitHub/gf-rgl

move UseDAP, UseDAPMasc, UseDAPFem to the RGL and implement it for several new languages

This commit is contained in:
krangelov
2021-04-27 18:00:54 +02:00
parent 156e193d47
commit 9d657a6f24
17 changed files with 182 additions and 7 deletions

View File

@@ -447,4 +447,19 @@ lin BaseImp = twoTable2 CPolarity ImpForm ;
UncontractedNeg = {s = [] ; p = CNeg False} ;
UttVPShort vp = {s = infVP VVAux vp False Simul CPos (agrP3 Sg)} ;
lin UseDAP dap = {
s = dap.sp ! Neutr ! False ;
a = agrP3 dap.n
} ;
lin UseDAPMasc dap = {
s = dap.sp ! Masc ! False ;
a = agrgP3 dap.n Masc
} ;
lin UseDAPFem dap = {
s = dap.sp ! Fem ! False ;
a = agrgP3 dap.n Fem
} ;
}