mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
allow for negated CAdv
This commit is contained in:
@@ -11,10 +11,10 @@ concrete GrammarEng of Grammar =
|
||||
RelativeEng,
|
||||
ConjunctionEng,
|
||||
PhraseEng,
|
||||
TextX - [Pol,PPos,PNeg,SC],
|
||||
TextX - [Pol,PPos,PNeg,SC,CAdv],
|
||||
StructuralEng,
|
||||
IdiomEng,
|
||||
TenseX - [Pol,PPos,PNeg,SC]
|
||||
TenseX - [Pol,PPos,PNeg,SC,CAdv]
|
||||
** open ResEng, Prelude in {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
Reference in New Issue
Block a user