skeleton for questions in Slovenian

This commit is contained in:
krasimir
2016-05-06 09:14:27 +00:00
parent 8c628e9a05
commit 123a796685
5 changed files with 11 additions and 2 deletions
+3
View File
@@ -5,6 +5,9 @@ lincat
Cl = {s : P.Tense => P.Anteriority => P.Polarity => Str} ;
Imp = {s : P.Polarity => Gender => Number => Str} ;
-- Question
QCl = {s : P.Tense => P.Anteriority => P.Polarity => Str} ;
-- Verb
VP = ResSlv.VP ;
VPSlash = ResSlv.VP ** {c2 : Prep} ;