Latvian: miscellaneous

This commit is contained in:
normundsg
2013-04-22 13:51:48 +00:00
parent 5aee2c4473
commit 591c487d2c
9 changed files with 92 additions and 57 deletions

View File

@@ -170,6 +170,7 @@ lin
objNeg = False
} ;
-- TODO: vai VP nevajag papildlauku isPass?
PassV2 v2 = {
v = v2 ;
compl = \\_ => [] ;
@@ -177,6 +178,10 @@ lin
objNeg = False -- FIXME: inherit from the object
} ;
-- TODO: šajā brīdī ir jāignorē prep (by8agent_Prep); tas jāaizstāj ar v2.topic
-- Tad varēs dzēst ārā komentāru pie StructuralLav.by8agent_Prep
VPSlashPrep vp prep = vp ** {p = prep} ;
AdvVP vp adv = insertObj (\\_ => adv.s) vp ;
AdVVP adv vp = insertObjPre (\\_ => adv.s) vp ;