mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 02:56:28 -06:00
(Dut) Add inflected form of past participle + WIP on PastPartAP in ExtendDut
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
concrete ExtendDut of Extend =
|
||||
CatDut ** ExtendFunctor
|
||||
-- - [] -- put the names of your own definitions here
|
||||
- [PastPartAP]
|
||||
with
|
||||
(Grammar = GrammarDut) **
|
||||
open
|
||||
@@ -11,6 +11,11 @@ concrete ExtendDut of Extend =
|
||||
Coordination,
|
||||
Prelude,
|
||||
ParadigmsDut in {
|
||||
-- put your own definitions here
|
||||
lin
|
||||
|
||||
PastPartAP vp = {
|
||||
s = \\agr,af => (infClause [] agr vp).s ! Past ! Anter ! Pos ! Sub ;
|
||||
isPre = notB vp.inf.p2
|
||||
} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user