mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-12 00:20:11 -06:00
21 lines
305 B
Plaintext
21 lines
305 B
Plaintext
concrete GrammarSom of Grammar =
|
|
NounSom,
|
|
VerbSom,
|
|
AdjectiveSom,
|
|
AdverbSom,
|
|
NumeralSom,
|
|
SentenceSom,
|
|
QuestionSom,
|
|
RelativeSom,
|
|
ConjunctionSom,
|
|
PhraseSom,
|
|
TextX - [Adv],
|
|
StructuralSom,
|
|
IdiomSom,
|
|
TenseX - [Adv]
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|