1
0
forked from GitHub/gf-core

SSubjS in Scandinavian and Dut

This commit is contained in:
aarne
2012-06-08 08:51:03 +00:00
parent 1838781123
commit e7f272f4fe
3 changed files with 5 additions and 1 deletions

View File

@@ -65,4 +65,6 @@ concrete SentenceDut of Sentence = CatDut ** open ResDut, Prelude in {
RelS s r = {s = \\o => s.s ! o ++ "," ++ r.s ! Neutr ! Sg} ;
SSubjS a s b = {s = \\o => a.s ! o ++ "," ++ s.s ++ b.s ! Sub} ;
}