Latvian extra: initial support for VP conjunction (VPS)

TODO: subject-dependent double negation, other verb moods (currently only the indicative mood).
This commit is contained in:
normundsg
2013-05-02 07:41:44 +00:00
parent 0660bd3779
commit e17c87e955
3 changed files with 41 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ lincat
-- Question
QCl = { s : VerbMood => Polarity => Str } ;
IP = { s : Case => Str ; n: Number } ;
IP = { s : Case => Str ; n : Number } ;
IDet = { s : Gender => Str ; n : Number } ;
IQuant = { s : Gender => Number => Str } ;
-- TODO: IComp = { s : Str ; a : ResLav.Agr } ;