From 61507730e85c2f35150d650e4cb2b7d00e99395c Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 20 Nov 2008 10:32:15 +0000 Subject: Added CAdvNP and CAdvSSlash to ParseEng. Maybe they should go in Noun.gf instead? --- next-lib/src/parse/ParseEng.gf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'next-lib/src/parse/ParseEng.gf') diff --git a/next-lib/src/parse/ParseEng.gf b/next-lib/src/parse/ParseEng.gf index f8060533b..88b3ec9a1 100644 --- a/next-lib/src/parse/ParseEng.gf +++ b/next-lib/src/parse/ParseEng.gf @@ -115,6 +115,16 @@ lin a = agrP3 num.n } ; + CAdvNP ad cn np = { + s = \\c => ad.s ++ cn.s ! Sg ! c ++ ad.p ++ np.s ! Nom ; + a = agrP3 Sg + } ; + + CAdvSSlash ad cn slash = { + s = \\c => ad.s ++ cn.s ! Sg ! c ++ ad.p ++ slash.s ++ slash.c2; + a = agrP3 Sg + } ; + -- Lexical additions lin -- cgit v1.2.3