1
0
forked from GitHub/gf-rgl

Latvian: an optimized NP linearization type => fixed the double negation support in VPS

The flag indicating whether a NP has a negated determiner is now encapsulated in the algebraic parameter Agr, removing the extra field in the NP linearization type.
This commit is contained in:
normundsg
2013-05-02 13:17:53 +00:00
parent e7247dbf26
commit 70a7bdbdeb
14 changed files with 117 additions and 148 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ lin
UttAdv adv = adv ;
-- FIXME: neesmu līdz galam drošs vai agreement ir tieši (AgPr Pl)
UttVP vp = { s = build_VP vp Pos Infinitive (AgP3 Pl Masc) } ;
UttVP vp = { s = build_VP vp Pos Infinitive (AgP3 Pl Masc Pos) } ;
UttIP ip = { s = ip.s ! Nom } ;
UttIAdv iadv = iadv ;