diff options
Diffstat (limited to 'next-lib/src/abstract')
| -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 ; + } |
