1
0
forked from GitHub/gf-core

infinitive marks in EmbedVP, bugs noticed

This commit is contained in:
aarne
2006-01-24 21:51:17 +00:00
parent 62e4090739
commit 7cce7e6462
5 changed files with 5 additions and 5 deletions

View File

@@ -35,6 +35,6 @@ concrete SentenceGer of Sentence = CatGer ** open ResGer in {
EmbedS s = {s = conjThat ++ s.s ! Sub} ;
EmbedQS qs = {s = qs.s ! QIndir} ;
EmbedVP vp = {s = (vp.s ! agrP3 Sg ! VPInfinit Simul).inf} ; --- agr
EmbedVP vp = {s = "zu" ++ (vp.s ! agrP3 Sg ! VPInfinit Simul).inf} ; --- agr ---- compl
}