diff options
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 ; } |
