postfix subjunction SSubjS, defined for Eng, Ger, Romance

This commit is contained in:
aarne
2009-12-17 08:49:41 +00:00
parent 0fa7dbe7a4
commit ab367ed616
4 changed files with 10 additions and 0 deletions

View File

@@ -69,6 +69,8 @@ incomplete concrete SentenceRomance of Sentence =
AdvS a s = {s = \\o => a.s ++ "," ++ s.s ! o} ;
SSubjS a s b = {s = \\m => a.s ! m ++ "," ++ s.s ++ b.s ! s.m} ;
RelS s r = {
s = \\o => s.s ! o ++ "," ++ partQIndir ++ r.s ! Indic ! agrP3 Masc Sg
} ;