mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-03 04:28:33 -06:00
(Ara) WIP fixing possessive dual forms. Doesn't work yet properly.
This commit is contained in:
@@ -106,7 +106,7 @@ lin
|
||||
PossPron p = baseQuant ** {
|
||||
s = \\_,_,_,_ => BIND ++ p.s ! Gen;
|
||||
d = Poss;
|
||||
is1sg = case p.a.pgn of { Per1 Sing => True ; _ => False } ;
|
||||
is1sg = is1sg p.a ;
|
||||
isPron = True} ;
|
||||
|
||||
NumSg = {
|
||||
|
||||
Reference in New Issue
Block a user