mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 02:58:35 -06:00
=Made changes so that I can have one parameter for Position. Also modified Adjectives according to the unofficial notion of Degree i.e Postive, Comparative and Superative
This commit is contained in:
@@ -8,7 +8,7 @@ concrete ConjunctionCgg of Conjunction = CatCgg **
|
||||
lincat
|
||||
[NP] = {s1,s2 :Case => Str ; agr : Agreement};
|
||||
[CN] = {s1,s2 : Number => NounState => Str; gender:Gender};
|
||||
[AP] = {s1,s2 : Agreement=> Str ; position1 : Position1; isProper : Bool; isPrep: Bool};
|
||||
[AP] = {s1,s2 : Agreement=> Str ; position : Position; isProper : Bool; isPrep: Bool};
|
||||
[RS] = {s1,s2 : RForm => Str};
|
||||
--[IAdv] = {s1,s2 : Str} ;
|
||||
{-
|
||||
|
||||
Reference in New Issue
Block a user