diff options
Diffstat (limited to 'next-lib/src/german')
| -rw-r--r-- | next-lib/src/german/LexiconGer.gf | 1 | ||||
| -rw-r--r-- | next-lib/src/german/StructuralGer.gf | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/next-lib/src/german/LexiconGer.gf b/next-lib/src/german/LexiconGer.gf index 38dfda364..61ab8dd32 100644 --- a/next-lib/src/german/LexiconGer.gf +++ b/next-lib/src/german/LexiconGer.gf @@ -96,7 +96,6 @@ lin harbour_N = reg2N "Hafen" "Häfen" masculine ; hate_V2 = dirV2 (regV "hassen") ; hat_N = reg2N "Hut" "Hüte" masculine ; - have_V2 = dirV2 IrregGer.haben_V ; hear_V2 = dirV2 (regV "hören") ; hill_N = mkN "Hügel" ; hope_VS = mkVS (regV "hoffen") ; diff --git a/next-lib/src/german/StructuralGer.gf b/next-lib/src/german/StructuralGer.gf index 723837974..a48a30143 100644 --- a/next-lib/src/german/StructuralGer.gf +++ b/next-lib/src/german/StructuralGer.gf @@ -1,6 +1,7 @@ concrete StructuralGer of Structural = CatGer ** - open MorphoGer, MakeStructuralGer, (X = ConstructX), Prelude in { + open MorphoGer, MakeStructuralGer, (X = ConstructX), + (P = ParadigmsGer), IrregGer, Prelude in { flags optimize=all ; @@ -145,5 +146,6 @@ concrete StructuralGer of Structural = CatGer ** except_Prep = mkPrep "außer" Dat ; as_CAdv = X.mkCAdv "ebenso" "wie" ; + have_V2 = P.dirV2 IrregGer.haben_V ; } |
