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/german/ResGer.gf | |
| parent | 44ad7596b6e151000ef6155bbdc697c1896c5de8 (diff) | |
structural words needed for Attempto ; negative items are overgenerating
Diffstat (limited to 'next-lib/src/german/ResGer.gf')
| -rw-r--r-- | next-lib/src/german/ResGer.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/next-lib/src/german/ResGer.gf b/next-lib/src/german/ResGer.gf index 219749b6f..10c72082c 100644 --- a/next-lib/src/german/ResGer.gf +++ b/next-lib/src/german/ResGer.gf @@ -38,6 +38,10 @@ resource ResGer = ParamX ** open Prelude in { param NPForm = NPCase Case | NPPoss GenNum Case ; +-- Predeterminers sometimes require a case ("ausser mir"), sometimes not ("nur ich"). + + param PredetCase = NoCase | PredCase Case ; + --2 For $Adjective$ -- The predicative form of adjectives is not inflected further. |
