summaryrefslogtreecommitdiff
path: root/next-lib/src/norwegian
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/norwegian
parent010dee0c974f20d8ffcba5bac422e78ab2ede610 (diff)
have_V2 in Structural
Diffstat (limited to 'next-lib/src/norwegian')
-rw-r--r--next-lib/src/norwegian/LexiconNor.gf1
-rw-r--r--next-lib/src/norwegian/StructuralNor.gf3
2 files changed, 2 insertions, 2 deletions
diff --git a/next-lib/src/norwegian/LexiconNor.gf b/next-lib/src/norwegian/LexiconNor.gf
index 30cda22ea..ed74cd1ba 100644
--- a/next-lib/src/norwegian/LexiconNor.gf
+++ b/next-lib/src/norwegian/LexiconNor.gf
@@ -90,7 +90,6 @@ lin
harbour_N = regGenN "havn" feminine;
hate_V2 = dirV2 (regV "hate") ;
hat_N = regGenN "hatt" masculine ;
- have_V2 = dirV2 IrregNor.ha_V ;
hear_V2 = dirV2 (mk2V "høre" "hørte") ;
hill_N = regGenN "haug" masculine ;
hope_VS = mkVS (regV "håpe") ;
diff --git a/next-lib/src/norwegian/StructuralNor.gf b/next-lib/src/norwegian/StructuralNor.gf
index c7ee5b237..f47474cf8 100644
--- a/next-lib/src/norwegian/StructuralNor.gf
+++ b/next-lib/src/norwegian/StructuralNor.gf
@@ -1,5 +1,5 @@
concrete StructuralNor of Structural = CatNor **
- open MorphoNor, ParadigmsNor, (X = ConstructX), Prelude in {
+ open MorphoNor, ParadigmsNor, (X = ConstructX), IrregNor, Prelude in {
flags optimize=all ;
@@ -119,6 +119,7 @@ concrete StructuralNor of Structural = CatNor **
MorphoNor.mkNP "du" "deg" (variants {"din" ; "di"}) "dit" "dine" SgUtr P2 ; ----
youPl_Pron = MorphoNor.mkNP "dere" "dere" "deres" "deres" "deres" Plg P2 ;
youPol_Pron = MorphoNor.mkNP "Dere" "Dere" "Deres" "Deres" "Deres" SgUtr P2 ; --- wrong in refl
+ have_V2 = dirV2 IrregNor.ha_V ;
-- Auxiliaries that are used repeatedly.