mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
Possessive constructor in Romance: un-record arguments to work around a PGF bug
This commit is contained in:
@@ -110,10 +110,10 @@ oper
|
||||
Aton Acc => le ;
|
||||
Aton (CPrep P_a) => lui ;
|
||||
Aton q => prepCase q ++ Lui ; ---- GF bug with c or p!
|
||||
Poss {n = Sg ; g = Masc} => son ;
|
||||
Poss {n = Sg ; g = Fem} => sa ;
|
||||
Poss {n = Pl ; g = Masc} => ses ;
|
||||
Poss {n = Pl ; g = Fem} => see
|
||||
Poss Masc Sg => son ;
|
||||
Poss Fem Sg => sa ;
|
||||
Poss Masc Pl => ses ;
|
||||
Poss Fem Pl => see
|
||||
} ;
|
||||
a = {g = g ; n = n ; p = p} ;
|
||||
hasClit = True
|
||||
|
||||
Reference in New Issue
Block a user