ExtAdvS added to more languages

This commit is contained in:
aarne
2011-09-01 07:56:29 +00:00
parent 40022d7af9
commit 938662db44
6 changed files with 8 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ concrete SentenceDut of Sentence = CatDut ** open ResDut, Prelude in {
} ;
AdvS a s = {s = \\o => a.s ++ s.s ! Inv} ;
ExtAdvS a s = {s = \\o => a.s ++ "," ++ s.s ! Inv} ;
RelS s r = {s = \\o => s.s ! o ++ "," ++ r.s ! Neutr ! Sg} ;