mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-21 09:16:13 -06:00
have_V2 in Structural
This commit is contained in:
@@ -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") ;
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user