mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-12 12:42:50 -06:00
change in Romance agreement to produce correct number for polite singular pronouns ; linking functions that involve mkClause now takes a long time and should be revised
This commit is contained in:
@@ -10,13 +10,13 @@ incomplete concrete SentenceRomance of Sentence =
|
||||
|
||||
ImpVP vp = {
|
||||
s = \\p,i,g => case i of {
|
||||
ImpF n b => (mkImperative b P2 vp).s ! p ! (aagr g n)
|
||||
ImpF n b => (mkImperative b P2 vp).s ! p ! (Ag g n P2) ---- AgPol ?
|
||||
}
|
||||
} ;
|
||||
|
||||
SlashVP np v2 =
|
||||
-- agreement decided afterwards: la fille qu'il a trouvée
|
||||
{s = \\ag =>
|
||||
{s = \\_ =>
|
||||
let
|
||||
vp = v2
|
||||
----e vp = case <v2.c2.c, v2.c2.isDir> of {
|
||||
|
||||
Reference in New Issue
Block a user