forked from GitHub/gf-rgl
Some progress on the implementation of mkClause
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
concrete GrammarTur of Grammar =
|
||||
NounTur,
|
||||
VerbTur,
|
||||
AdjectiveTur,
|
||||
NumeralTur,
|
||||
StructuralTur
|
||||
StructuralTur,
|
||||
SentenceTur
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
Reference in New Issue
Block a user