allow for negated CAdv

This commit is contained in:
Krasimir Angelov
2018-07-15 10:55:03 +02:00
parent 4c203cfd81
commit 19e8bab1a4
6 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -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 ;