1
0
forked from GitHub/gf-core

refactoring German VP

This commit is contained in:
aarne
2012-09-23 07:46:43 +00:00
parent 539856de26
commit c8ac4a9551
7 changed files with 32 additions and 33 deletions

View File

@@ -20,7 +20,7 @@ concrete SentenceGer of Sentence = CatGer ** open ResGer, Prelude in {
inf = vp.inf ++ verb.inf ;
in
verb.fin ++ ps.p2 ++
vp.n0 ! agr ++ vp.a1 ! pol ++ vp.n2 ! agr ++ vp.a2 ++ inf ++ vp.ext
(vp.nn ! agr).p1 ++ vp.a1 ! pol ++ (vp.nn ! agr).p2 ++ vp.a2 ++ inf ++ vp.ext
} ;
SlashVP np vp =