mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 19:52:50 -06:00
Latvian: added support for double negation, fixed some structural words
Double negation: sebject-dependent - works, object-dependent - still has to be fixed (in VerbsLav). Structural words: everybody, somebody, nobody. Both motivated by AttemptoLav.
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
|
||||
concrete RelativeLav of Relative = CatLav ** open
|
||||
ResLav,
|
||||
VerbLav
|
||||
in {
|
||||
VerbLav,
|
||||
Prelude
|
||||
in {
|
||||
|
||||
flags
|
||||
optimize = all_subs ;
|
||||
@@ -15,7 +16,7 @@ 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) ++
|
||||
buildVerb vp.v m p (toAgr (fromAgr ag).n P3 (fromAgr ag).g) False vp.objNeg ++
|
||||
vp.compl ! ag
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user