postfix subjunction SSubjS, defined for Eng, Ger, Romance

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

View File

@@ -66,6 +66,10 @@ abstract Sentence = Cat ** {
AdvS : Adv -> S -> S ; -- today, I will go home
-- This covers subjunctive clauses, but they can also be added to the end.
SSubjS : S -> Subj -> S -> S ; -- I go home if she comes
-- A sentence can be modified by a relative clause referring to its contents.
RelS : S -> RS -> S ; -- she sleeps, which is good