diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-11-14 17:32:34 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-11-14 17:32:34 +0000 |
| commit | d5fa908250517476d69fae92ec7648a207007c0a (patch) | |
| tree | c0b685f8e506cc64d0b9260239cb0c7e26452167 /next-lib/src/abstract/Structural.gf | |
| parent | f2a5937120e4c9d0e633f252b50a008746422a07 (diff) | |
rules for constructing structural words (separate from Paradigms - is this desirable?)
Diffstat (limited to 'next-lib/src/abstract/Structural.gf')
| -rw-r--r-- | next-lib/src/abstract/Structural.gf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/next-lib/src/abstract/Structural.gf b/next-lib/src/abstract/Structural.gf index 8ba4486d1..1c952a4b7 100644 --- a/next-lib/src/abstract/Structural.gf +++ b/next-lib/src/abstract/Structural.gf @@ -109,13 +109,12 @@ abstract Structural = Cat ** { 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 ; + except_Prep : Prep ; } |
