mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 04:46:30 -06:00
(Som) Add the structure and placeholders for Somali RG
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
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 ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user