1
0
forked from GitHub/gf-rgl

bits of sentence syntax in Slovenian

This commit is contained in:
krasimir
2016-05-02 20:35:38 +00:00
parent 775178f4d6
commit 6f1ffa054e
4 changed files with 28 additions and 3 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
concrete CatSlv of Cat = CommonX ** open ResSlv in {
concrete CatSlv of Cat = CommonX ** open ResSlv, (P=ParamX) in {
lincat
-- Sentence
Cl = {s : P.Tense => P.Anteriority => P.Polarity => Str} ;
-- Verb
VP = ResSlv.VP ;