From 3ff57f6184963acde7f3cc2dcf0638c0e819929a Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 15 Nov 2008 11:19:10 +0000 Subject: comparative adverbs generalized to cover more of Attempto --- next-lib/src/abstract/Sentence.gf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'next-lib/src/abstract/Sentence.gf') diff --git a/next-lib/src/abstract/Sentence.gf b/next-lib/src/abstract/Sentence.gf index a7661ae7a..903567ea1 100644 --- a/next-lib/src/abstract/Sentence.gf +++ b/next-lib/src/abstract/Sentence.gf @@ -70,6 +70,11 @@ abstract Sentence = Cat ** { RelS : S -> RS -> S ; -- she sleeps, which is good +---- A sentence can also be post-modified by a subjunct sentence. + +---- ModSubjS : S -> Subj -> S -> S ; -- she sleeps, because she is old +---- cf. Adverb.SubjS + } --. -- cgit v1.2.3