From 9ecc663d00fd91e8c0108785722c735348528f9e Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 3 Nov 2008 16:52:54 +0000 Subject: structural words needed for Attempto ; negative items are overgenerating --- next-lib/src/english/StructuralEng.gf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'next-lib/src/english/StructuralEng.gf') diff --git a/next-lib/src/english/StructuralEng.gf b/next-lib/src/english/StructuralEng.gf index 971eb04f3..995844771 100644 --- a/next-lib/src/english/StructuralEng.gf +++ b/next-lib/src/english/StructuralEng.gf @@ -122,5 +122,15 @@ concrete StructuralEng of Structural = CatEng ** youPl_Pron = mkPron "you" "you" "your" "yours" plural P2 human ; youPol_Pron = mkPron "you" "you" "your" "yours" singular P2 human ; + not_Predet = {s = "not" ; lock_Predet = <>} ; + nothing_but_Predet = {s = "nothing but" ; lock_Predet = <>} ; + nobody_but_Predet = {s = "nobody but" ; lock_Predet = <>} ; + no_Quant = mkQuant "no" "no" ; + if_then_Conj = {s1 = "if" ; s2 = "then" ; n = singular ; lock_Conj = <>} ; + nobody_NP = regNP "nobody" singular ; + nothing_NP = regNP "nothing" singular ; + + at_least_AdN = mkAdN "at least" ; + at_most_AdN = mkAdN "at most" ; } -- cgit v1.2.3