diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-03 16:52:54 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-03 16:52:54 +0000 |
| commit | 9ecc663d00fd91e8c0108785722c735348528f9e (patch) | |
| tree | 0d448c553699345a6a556c014f3ccfbd6fad5e5d /next-lib/src/abstract/Structural.gf | |
| parent | 44ad7596b6e151000ef6155bbdc697c1896c5de8 (diff) | |
structural words needed for Attempto ; negative items are overgenerating
Diffstat (limited to 'next-lib/src/abstract/Structural.gf')
| -rw-r--r-- | next-lib/src/abstract/Structural.gf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/next-lib/src/abstract/Structural.gf b/next-lib/src/abstract/Structural.gf index d616ba9d5..8ba4486d1 100644 --- a/next-lib/src/abstract/Structural.gf +++ b/next-lib/src/abstract/Structural.gf @@ -108,4 +108,14 @@ abstract Structural = Cat ** { youPl_Pron : Pron ; -- you (plural) youPol_Pron : Pron ; -- you (polite) + no_Quant : Quant ; + nobody_but_Predet : Predet ; + nothing_but_Predet : Predet ; + not_Predet : Predet ; + if_then_Conj : Conj ; + at_least_AdN : AdN ; + at_most_AdN : AdN ; + nobody_NP : NP ; + nothing_NP : NP ; + } |
