Latvian: CN and NP types are extended with a Bool field for tracking whether a relative clause has been used

This is used for inserting the closing comma if necessary, and later will be used also for adjusting the word order.
This commit is contained in:
normundsg
2013-12-12 20:42:55 +00:00
parent 630bee9242
commit 53397db86a
7 changed files with 95 additions and 54 deletions

View File

@@ -18,7 +18,8 @@ lin
ConjNP conj ss = conjunctDistrTable Case conj ss ** {
agr = toAgr (fromAgr ss.agr).pers (conjNumber (fromAgr ss.agr).num conj.num) (fromAgr ss.agr).gend;
pol = Pos
pol = Pos ;
isRel = False
} ;
ConjAP conj ss = conjunctDistrTable4 Definiteness Gender Number Case conj ss ;