have_V2 in Structural

This commit is contained in:
aarne
2009-04-27 13:28:47 +00:00
parent 2a235f9709
commit 06c0b57ed1
23 changed files with 22 additions and 17 deletions

View File

@@ -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") ;

View File

@@ -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.