mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 06:36:32 -06:00
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 ;
|
|
|
|
} ;
|