mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 08:12:51 -06:00
A major update to the Latvian resource grammar
The case of the topic part of a clause (~subject) can now depend on the verb, allowing for less frequent agreement.
E.g. "man[Dat] garšo pica[Nom]" ("I like pizza").
The default case for the topic/subject remains the nominative case.
This commit is contained in:
@@ -245,9 +245,11 @@ lin
|
||||
somebody_NP = DetCN emptySg_Det (UseN (mkN "kāds"));
|
||||
something_NP = DetCN emptySg_Det (UseN (mkN "kaut kas"));
|
||||
|
||||
have_V2 = mkV2 (mkV "būt") nom_Prep ;
|
||||
can8know_VV, can_VV = mkV "varēt" third_conjugation ;
|
||||
must_VV = mkV "vajadzēt" third_conjugation ;
|
||||
have_V2 = mkV2 (mkV "būt") nom_Prep Dat ;
|
||||
have_V3 = mkV3 (mkV "būt") nom_Prep dat_Prep Dat ;
|
||||
|
||||
can8know_VV, can_VV = mkVV (mkV "varēt" third_conjugation) ;
|
||||
must_VV = mkVV (mkV "vajadzēt" third_conjugation) Dat ;
|
||||
|
||||
oper
|
||||
reflPron : Case => Str = table {
|
||||
|
||||
Reference in New Issue
Block a user