mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 19:52:50 -06:00
made Lexicon.give_V3 ditransitive in a number of languages; corrected the default order for V3 in Romance (was accusative dative, now the other way around as it should be)
This commit is contained in:
@@ -323,7 +323,7 @@ lin
|
||||
wing_N = mk2N "siipi" "siipiä" ;
|
||||
worm_N = mkN "mato" ;
|
||||
year_N = mk3N "vuosi" "vuoden" "vuosia" ;
|
||||
bite_V2 = mkV2 (mkV "purra") ;
|
||||
bite_V2 = mkV2 (mkV "purra") cpartitive ;
|
||||
blow_V = mkV "puhaltaa" ;
|
||||
burn_V = mkV "palaa" ;
|
||||
count_V2 = mkV2 (mkV "laskea") ;
|
||||
@@ -336,7 +336,7 @@ lin
|
||||
flow_V = mkV "virrata" "virtaan" "virtasi" ;
|
||||
fly_V = mkV "lentää" ;
|
||||
freeze_V = mkV "jäätyä" ;
|
||||
give_V3 = mkV3 (mkV "antaa" "annan" "antoi") accPrep (casePrep allative) ;
|
||||
give_V3 = mkV3 (mkV "antaa" "annan" "antoi") (casePrep allative) accPrep ;
|
||||
hit_V2 = mkV2 (mkV "lyödä") cpartitive ;
|
||||
hold_V2 = mkV2 (mkV "pitää") cpartitive ;
|
||||
hunt_V2 = mkV2 (mkV "metsästää") cpartitive ;
|
||||
|
||||
Reference in New Issue
Block a user