mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
Latvian: two important fixes regarding V2 clauses
Agreement with the focus part (the object) works not only for Pers3, but also for Pers1 and Pers2 NPs (if the verb requires non-typical subject/object valences). Object-dependent double negation works (in addition to the subject-dependent double negation). The first one is motivated by PhrasebookLav, the second one - by AttemptoLav. Also a couple of minor fixes.
This commit is contained in:
@@ -116,7 +116,7 @@ lin
|
||||
learn_V2 = mkV2 (mkV "mācīties" third_conjugation) acc_Prep ;
|
||||
leather_N = mkN "āda" ;
|
||||
leave_V2 = mkV2 (mkV "atstāt" "atstāju" "atstāju") acc_Prep ;
|
||||
--like_V2 = mkV2 (regV "like") ;
|
||||
like_V2 = mkV2 (mkV "patikt" "patīku" "patiku") nom_Prep Dat ;
|
||||
listen_V2 = mkV2 (mkV "klausīties" third_conjugation) acc_Prep ;
|
||||
live_V = mkV "dzīvot" second_conjugation ;
|
||||
long_A = mkA "garš" ;
|
||||
|
||||
Reference in New Issue
Block a user