1
0
forked from GitHub/gf-rgl

fix word order in PossNP

This commit is contained in:
Krasimir Angelov
2023-12-15 14:25:55 +01:00
parent b5fb8c069b
commit e7495e15e5

View File

@@ -191,7 +191,7 @@ lin
-- : CN -> NP -> CN ; -- house of Paris, house of mine
PossNP cn np = cn ** {
s=\\n,cas => np.s ! Gen ++ cn.s ! n ! cas ; -- TODO: possessive pronouns P1, P2
s=\\n,cas => cn.s ! n ! cas ++ np.s ! Gen ; -- TODO: possessive pronouns P1, P2
} ;
-- : CN -> NP -> CN ; -- glass of wine - стакан чаю (чая)