diff options
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. |
