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