1
0
forked from GitHub/gf-rgl

Latvian: parameter optimisation, code clean-up and formatting, renaming

This commit is contained in:
normundsg
2013-05-04 04:56:46 +00:00
parent ec06e9d1e4
commit 7b355c6175
19 changed files with 575 additions and 584 deletions
+3 -3
View File
@@ -48,7 +48,7 @@ lin
buildVerb v mood pol agr Pos Pos
} ;
-- FIXME: needs restriction so that only VerbMood Indicative _ _ Present is allowed;
-- FIXME: needs restriction so that only VMood Indicative _ _ Present is allowed;
-- can't do that on VP level...
ProgrVP v = v ;
@@ -56,10 +56,10 @@ lin
let agr = AgP1 Pl Masc
in {
s =
vp.v.s ! Pos ! (Indicative P1 Pl Pres) ++ -- Verb
vp.v.s ! Pos ! (VInd P1 Pl Pres) ++ -- Verb
vp.compl ! agr -- Object(s), complements, adverbial modifiers
}
| { s = vp.v.s ! Pos ! (Indicative P1 Pl Fut) ++ vp.compl ! agr } --# notpresent
| { s = vp.v.s ! Pos ! (VInd P1 Pl Fut) ++ vp.compl ! agr } --# notpresent
;
ImpP3 np vp = {