mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
Possessive constructor in Romance: un-record arguments to work around a PGF bug
This commit is contained in:
@@ -169,9 +169,9 @@ oper
|
||||
Aton Acc => le ;
|
||||
Aton (CPrep P_de) => "en" ; --- hmm
|
||||
Aton (CPrep _) => lui ;
|
||||
Poss {n = Sg ; g = Masc} => son ;
|
||||
Poss {n = Sg ; g = Fem} => sa ;
|
||||
Poss {n = Pl} => ses
|
||||
Poss Masc Sg => son ;
|
||||
Poss Fem Sg => sa ;
|
||||
Poss _ Pl => ses
|
||||
} ;
|
||||
a = {g = g ; n = n ; p = p} ;
|
||||
hasClit = True
|
||||
|
||||
Reference in New Issue
Block a user