mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
work on relative clauses
This commit is contained in:
+3
-2
@@ -8,6 +8,7 @@ concrete CatLat of Cat = CommonX-[Adv] ** open ResLat, ParamX, Prelude in {
|
||||
--
|
||||
S = Sentence ;
|
||||
QS = {s : QForm => Str} ;
|
||||
RS = { s : Gender => Number => Str } ; -- Sentence ;
|
||||
-- RS = {s : Agr => Str ; c : Case} ; -- c for it clefts
|
||||
-- SSlash = {s : Str ; c2 : Str} ;
|
||||
--
|
||||
@@ -28,11 +29,11 @@ concrete CatLat of Cat = CommonX-[Adv] ** open ResLat, ParamX, Prelude in {
|
||||
--
|
||||
---- Relative
|
||||
--
|
||||
-- RCl = {
|
||||
RCl = Gender => Number => Clause ;
|
||||
-- s : ResLat.Tense => Anteriority => CPolarity => Agr => Str ;
|
||||
-- c : Case
|
||||
-- } ;
|
||||
-- RP = {s : RCase => Str ; a : RAgr} ;
|
||||
RP = {s : Agr => Str } ;
|
||||
--
|
||||
---- Verb
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user