forked from GitHub/gf-core
21 lines
295 B
Plaintext
21 lines
295 B
Plaintext
concrete GrammarEst of Grammar =
|
|
NounEst,
|
|
VerbEst,
|
|
AdjectiveEst,
|
|
AdverbEst,
|
|
NumeralEst,
|
|
SentenceEst,
|
|
QuestionEst,
|
|
RelativeEst,
|
|
ConjunctionEst,
|
|
PhraseEst,
|
|
TextX,
|
|
IdiomEst,
|
|
StructuralEst,
|
|
TenseX
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = finnish ; lexer = text ;
|
|
|
|
} ;
|