PastPartAP, PastPartAgentAP in French

This commit is contained in:
Krasimir Angelov
2024-06-05 12:49:54 +02:00
parent d059de5711
commit 1fbec65714
2 changed files with 12 additions and 2 deletions

View File

@@ -319,7 +319,7 @@ incomplete concrete ExtendRomanceFunctor of Extend =
pastPartAP : VPSlash -> Str -> AP ;
pastPartAP vps agent = lin AP {
s = \\af => vps.comp ! (aform2aagr af ** {p = P3}) ++ vps.s.s ! VPart (aform2gender af) (aform2number af) ++ agent ;
s = \\af => vps.s.s ! VPart (aform2gender af) (aform2number af) ++ vps.comp ! (aform2aagr af ** {p = P3}) ++ agent ;
isPre = False ;
copTyp = serCopula
} ;