summaryrefslogtreecommitdiff
path: root/next-lib/src/english/StructuralEng.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-11-03 16:52:54 +0000
committeraarne <aarne@cs.chalmers.se>2008-11-03 16:52:54 +0000
commit9ecc663d00fd91e8c0108785722c735348528f9e (patch)
tree0d448c553699345a6a556c014f3ccfbd6fad5e5d /next-lib/src/english/StructuralEng.gf
parent44ad7596b6e151000ef6155bbdc697c1896c5de8 (diff)
structural words needed for Attempto ; negative items are overgenerating
Diffstat (limited to 'next-lib/src/english/StructuralEng.gf')
-rw-r--r--next-lib/src/english/StructuralEng.gf10
1 files changed, 10 insertions, 0 deletions
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" ;
}