forked from GitHub/gf-core
Possessive constructor in Romance: un-record arguments to work around a PGF bug
This commit is contained in:
@@ -79,7 +79,7 @@ incomplete concrete NounRomance of Noun =
|
||||
} ;
|
||||
|
||||
PossPron p = {
|
||||
s = \\n,g,c => possCase g n c ++ p.s ! Poss (aagr g n) ---- il mio!
|
||||
s = \\n,g,c => possCase g n c ++ p.s ! Poss g n ---- il mio!
|
||||
} ;
|
||||
|
||||
NumSg = {s = \\_ => [] ; isNum = False ; n = Sg} ;
|
||||
|
||||
Reference in New Issue
Block a user