From 24207d40e9cb56173de22d9a424975f0da0bc416 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 3 Oct 2008 20:42:09 +0000 Subject: extended AP with Ord and compar in 1.5 --- next-lib/src/english/AdjectiveEng.gf | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'next-lib/src/english/AdjectiveEng.gf') diff --git a/next-lib/src/english/AdjectiveEng.gf b/next-lib/src/english/AdjectiveEng.gf index 19dd5dddc..2306f5d9c 100644 --- a/next-lib/src/english/AdjectiveEng.gf +++ b/next-lib/src/english/AdjectiveEng.gf @@ -10,8 +10,16 @@ concrete AdjectiveEng of Adjective = CatEng ** open ResEng, Prelude in { s = \\_ => a.s ! AAdj Compar ++ "than" ++ np.s ! Nom ; isPre = False } ; + UseComparA a = { + s = \\_ => a.s ! AAdj Compar ; + isPre = True + } ; + + AdjOrd ord = { + s = \\_ => ord.s ; + isPre = True + } ; --- $SuperlA$ belongs to determiner syntax in $Noun$. ComplA2 a np = { s = \\_ => a.s ! AAdj Posit ++ a.c2 ++ np.s ! Acc ; @@ -33,6 +41,9 @@ concrete AdjectiveEng of Adjective = CatEng ** open ResEng, Prelude in { isPre = ap.isPre } ; - UseA2 a = a ; + UseA2 a = { + s = \\_ => a.s ! AAdj Posit ; + isPre = True + } ; } -- cgit v1.2.3