summaryrefslogtreecommitdiff
path: root/next-lib/src/norwegian/StructuralNor.gf
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/StructuralNor.gf
parent010dee0c974f20d8ffcba5bac422e78ab2ede610 (diff)
have_V2 in Structural
Diffstat (limited to 'next-lib/src/norwegian/StructuralNor.gf')
-rw-r--r--next-lib/src/norwegian/StructuralNor.gf3
1 files changed, 2 insertions, 1 deletions
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.