mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
german imperative compound verbs
This commit is contained in:
@@ -17,9 +17,10 @@ concrete SentenceGer of Sentence = CatGer ** open ResGer, Prelude in {
|
|||||||
} ;
|
} ;
|
||||||
agr = {g = Fem ; n = numImp n ; p = ps.p1} ; --- g does not matter
|
agr = {g = Fem ; n = numImp n ; p = ps.p1} ; --- g does not matter
|
||||||
verb = vp.s ! agr ! VPImperat ps.p3 ;
|
verb = vp.s ! agr ! VPImperat ps.p3 ;
|
||||||
|
inf = vp.inf ++ verb.inf ;
|
||||||
in
|
in
|
||||||
verb.fin ++ ps.p2 ++ verb.inf ++
|
verb.fin ++ ps.p2 ++
|
||||||
vp.n2 ! agr ++ vp.a1 ! pol ++ vp.a2 ++ vp.inf ++ vp.ext
|
vp.n2 ! agr ++ vp.a1 ! pol ++ vp.a2 ++ inf ++ vp.ext
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
SlashV2 np v2 =
|
SlashV2 np v2 =
|
||||||
|
|||||||
Reference in New Issue
Block a user