(Som) Add the structure and placeholders for Somali RG

This commit is contained in:
Inari Listenmaa
2018-11-01 10:00:05 +01:00
parent 5172586aa8
commit 592a93005a
30 changed files with 3329 additions and 0 deletions
+20
View File
@@ -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 ;
} ;