sentence-referring relatives in exper

This commit is contained in:
aarne
2008-04-24 16:52:56 +00:00
parent ae7192f46f
commit dd85f1ab78
3 changed files with 8 additions and 0 deletions

View File

@@ -66,6 +66,10 @@ abstract Sentence = Cat ** {
AdvS : Adv -> S -> S ; -- today, I will go home
-- A sentence can be modified by a relative clause referring to its contents.
RelS : S -> RS -> S ; -- she sleeps, which is good
}
--.