subordination in Dutch

This commit is contained in:
aarne
2009-11-08 20:23:21 +00:00
parent fad4c66451
commit ad89cc7cc2
3 changed files with 18 additions and 23 deletions

View File

@@ -59,9 +59,9 @@ concrete SentenceDut of Sentence = CatDut ** open ResDut, Prelude in {
-- s = \\o => t.s ++ p.s ++ cl.s ! t.m ! t.t ! t.a ! p.p ! o ;
-- c2 = cl.c2
-- } ;
--
-- AdvS a s = {s = \\o => a.s ++ s.s ! Inv} ;
--
AdvS a s = {s = \\o => a.s ++ s.s ! Inv} ;
-- RelS s r = {s = \\o => s.s ! o ++ "," ++ r.s ! gennum Neutr Sg} ; --- "welches"
--
--}