mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Pes) Remove redundant exclusion of lincat of Adv
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
concrete CatPes of Cat = CommonX - [Adv] ** open ResPes, Prelude in {
|
concrete CatPes of Cat = CommonX ** open ResPes, Prelude in {
|
||||||
|
|
||||||
flags optimize=all_subs ;
|
flags optimize=all_subs ;
|
||||||
|
|
||||||
@@ -44,9 +44,6 @@ concrete CatPes of Cat = CommonX - [Adv] ** open ResPes, Prelude in {
|
|||||||
VPSlash = ResPes.VPHSlash ;
|
VPSlash = ResPes.VPHSlash ;
|
||||||
Comp = {s : Agr => Str} ;
|
Comp = {s : Agr => Str} ;
|
||||||
|
|
||||||
---- Adv
|
|
||||||
Adv = {s : Str} ;
|
|
||||||
|
|
||||||
---- Adjective
|
---- Adjective
|
||||||
|
|
||||||
AP = ResPes.Adjective ;
|
AP = ResPes.Adjective ;
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
--# -path=.:../abstract:../common:../prelude
|
--# -path=.:../abstract:../common:../prelude
|
||||||
|
|
||||||
concrete GrammarPes of Grammar =
|
concrete GrammarPes of Grammar =
|
||||||
NounPes,
|
NounPes,
|
||||||
VerbPes,
|
VerbPes,
|
||||||
AdjectivePes,
|
AdjectivePes,
|
||||||
AdverbPes,
|
AdverbPes,
|
||||||
NumeralPes,
|
NumeralPes,
|
||||||
@@ -10,16 +10,14 @@
|
|||||||
QuestionPes,
|
QuestionPes,
|
||||||
RelativePes,
|
RelativePes,
|
||||||
ConjunctionPes,
|
ConjunctionPes,
|
||||||
|
|
||||||
PhrasePes,
|
PhrasePes,
|
||||||
TextPes - [Adv],
|
TextPes,
|
||||||
StructuralPes,
|
StructuralPes,
|
||||||
TenseX - [Adv],
|
TenseX,
|
||||||
IdiomPes
|
IdiomPes
|
||||||
** {
|
** {
|
||||||
|
|
||||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user