forked from GitHub/gf-core
fixed agreement to object in Romance SlashVP
This commit is contained in:
@@ -16,13 +16,13 @@ incomplete concrete SentenceRomance of Sentence =
|
|||||||
|
|
||||||
SlashVP np v2 =
|
SlashVP np v2 =
|
||||||
-- agreement decided afterwards: la fille qu'il a trouvée
|
-- agreement decided afterwards: la fille qu'il a trouvée
|
||||||
{s = \\_ =>
|
{s = \\a =>
|
||||||
let
|
let
|
||||||
vp = v2
|
----- vp = v2
|
||||||
----e vp = case <v2.c2.c, v2.c2.isDir> of {
|
vp = case <v2.c2.c, v2.c2.isDir> of {
|
||||||
---- <Acc,True> => insertAgr ag v2 ;
|
<Acc,True> => insertAgr a v2 ;
|
||||||
---- _ => v2
|
_ => v2
|
||||||
----e }
|
}
|
||||||
in (mkClausePol np.isNeg (np.s ! Nom).comp False np.isPol np.a vp).s ;
|
in (mkClausePol np.isNeg (np.s ! Nom).comp False np.isPol np.a vp).s ;
|
||||||
----- in (mkClausePol np.isNeg (np.s ! Nom).comp np.hasClit np.isPol np.a vp).s ;
|
----- in (mkClausePol np.isNeg (np.s ! Nom).comp np.hasClit np.isPol np.a vp).s ;
|
||||||
c2 = v2.c2
|
c2 = v2.c2
|
||||||
|
|||||||
Reference in New Issue
Block a user