mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-27 20:06:29 -06:00
(Dut) Add all AForms into VForm for past participle; update rest of the modules accordingly. Fix agreement in PastPartAP.
This commit is contained in:
@@ -13,9 +13,12 @@ concrete ExtendDut of Extend =
|
||||
ParadigmsDut in {
|
||||
lin
|
||||
|
||||
PastPartAP vp = {
|
||||
s = \\agr,af => (infClause [] agr vp).s ! Past ! Anter ! Pos ! Sub ;
|
||||
isPre = notB vp.inf.p2
|
||||
} ;
|
||||
PastPartAP vp = {
|
||||
s = \\agr,af => let aForm = case vp.isHeavy of {
|
||||
True => APred ;
|
||||
False => af } ;
|
||||
in (infClause [] agr vp aForm).s ! Past ! Anter ! Pos ! Sub ;
|
||||
isPre = notB vp.isHeavy ;
|
||||
} ;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user