1
0
forked from GitHub/gf-rgl

Add relative clauses

This commit is contained in:
krasimir
2008-02-27 13:29:05 +00:00
parent b3da44ff7c
commit aaa6e19bc4
6 changed files with 63 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ concrete CatBul of Cat = open ResBul, Prelude, (R = ParamX) in {
S = {s : Str} ;
QS = {s : QForm => Str} ;
RS = {s : GenNum => Str} ;
SC = {s : Str} ;
-- Sentence
@@ -41,6 +42,11 @@ concrete CatBul of Cat = open ResBul, Prelude, (R = ParamX) in {
IComp = {s1,s2 : Str} ;
IDet = {s : GenNum => Str; n : Number} ;
-- Relative
RCl = {s : ResBul.Tense => Anteriority => Polarity => GenNum => Str} ;
RP = {s : GenNum => Str} ;
-- Verb
VP = {