1
0
forked from GitHub/gf-rgl

Import AdverbTur only from GrammarTur

This commit is contained in:
Ayberk Tosun
2017-08-23 12:09:08 +03:00
parent 9aeefb540e
commit cc50be36b0
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,8 @@ concrete GrammarTur of Grammar =
AdjectiveTur,
NumeralTur,
StructuralTur,
SentenceTur
SentenceTur,
AdverbTur
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;

View File

@@ -2,8 +2,7 @@
concrete LangTur of Lang =
GrammarTur,
LexiconTur,
AdverbTur
LexiconTur
** {
flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;