mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
place of negation in Ger
This commit is contained in:
@@ -674,7 +674,7 @@ resource ResGer = ParamX ** open Prelude in {
|
||||
neg = vp.a1 ! b ;
|
||||
obj0 = vp.n0 ! agr ;
|
||||
obj = vp.n2 ! agr ;
|
||||
compl = obj0 ++ obj ++ neg ++ vp.a2 ; -- from EG 15/5
|
||||
compl = obj0 ++ neg ++ obj ++ vp.a2 ; -- from EG 15/5
|
||||
inf = vp.inf ++ verb.inf ;
|
||||
extra = vp.ext ;
|
||||
inffin : Str =
|
||||
|
||||
Reference in New Issue
Block a user