mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 19:52:50 -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:
@@ -14,7 +14,9 @@ lin
|
||||
|
||||
RelVP rp vp = {
|
||||
s = \\m,p,ag =>
|
||||
rp.s ! Masc ! Nom ++ buildVerb vp.v m p (toAgr (fromAgr ag).n P3 (fromAgr ag).g) ++ vp.s2 ! ag
|
||||
rp.s ! Masc ! Nom ++
|
||||
buildVerb vp.v m p (toAgr (fromAgr ag).n P3 (fromAgr ag).g) ++
|
||||
vp.focus ! ag
|
||||
} ;
|
||||
|
||||
-- FIXME: vārdu secība - nevis 'kas mīl viņu' bet 'kas viņu mīl' (?)
|
||||
|
||||
Reference in New Issue
Block a user