summaryrefslogtreecommitdiff
path: root/next-lib/src/danish
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2009-04-27 13:28:47 +0000
committeraarne <aarne@cs.chalmers.se>2009-04-27 13:28:47 +0000
commitc14a899ab49167b025c1cc744af1e9694682c1bc (patch)
tree7f4d9748342ac4c4d20183a3fca7d62254476419 /next-lib/src/danish
parent010dee0c974f20d8ffcba5bac422e78ab2ede610 (diff)
have_V2 in Structural
Diffstat (limited to 'next-lib/src/danish')
-rw-r--r--next-lib/src/danish/LexiconDan.gf1
-rw-r--r--next-lib/src/danish/StructuralDan.gf3
2 files changed, 2 insertions, 2 deletions
diff --git a/next-lib/src/danish/LexiconDan.gf b/next-lib/src/danish/LexiconDan.gf
index 055a2c8dd..38361a67b 100644
--- a/next-lib/src/danish/LexiconDan.gf
+++ b/next-lib/src/danish/LexiconDan.gf
@@ -92,7 +92,6 @@ lin
harbour_N = mk2N "havn" "havnen" ;
hate_V2 = dirV2 (regV "hade") ;
hat_N = mk3N "hat" "hatten" "hatte" ;
- have_V2 = dirV2 have_V ;
hear_V2 = dirV2 (mk2V "høre" "hørte") ;
hill_N = mk2N "høj" "højen" ;
hope_VS = mkVS (regV "håbe") ;
diff --git a/next-lib/src/danish/StructuralDan.gf b/next-lib/src/danish/StructuralDan.gf
index 9ab2beb61..8c582ece4 100644
--- a/next-lib/src/danish/StructuralDan.gf
+++ b/next-lib/src/danish/StructuralDan.gf
@@ -1,5 +1,5 @@
concrete StructuralDan of Structural = CatDan **
- open MorphoDan, ParadigmsDan, (X = ConstructX), Prelude in {
+ open MorphoDan, ParadigmsDan, (X = ConstructX), IrregDan, Prelude in {
flags optimize=all ;
@@ -118,6 +118,7 @@ concrete StructuralDan of Structural = CatDan **
MorphoDan.mkNP "du" "dig" "din" "dit" "dine" SgUtr P2 ; ----
youPl_Pron = MorphoDan.mkNP "i" "jer" "jeres" "jeres" "jeres" Plg P2 ;
youPol_Pron = MorphoDan.mkNP "Dere" "Dere" "Deres" "Deres" "Deres" SgUtr P2 ; --- wrong in refl
+ have_V2 = dirV2 have_V ;
-- Auxiliaries that are used repeatedly.