(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

View File

@@ -0,0 +1,7 @@
--# -path=.:alltenses:prelude:src/somali
resource CombinatorsSom = Combinators with
(Cat = CatSom),
(Structural = StructuralSom),
(Noun = NounSom),
(Constructors = ConstructorsSom) ** open MissingSom in {} ;

View File

@@ -0,0 +1,3 @@
--# -path=.:alltenses:prelude:../somali
resource ConstructorsSom = Constructors with (Grammar = GrammarSom) ** open MissingSom in {} ;

5
src/api/SymbolicSom.gf Normal file
View File

@@ -0,0 +1,5 @@
--# -path=.:../somali:../common:../abstract:../prelude
resource SymbolicSom = Symbolic with
(Symbol = SymbolSom),
(Grammar = GrammarSom) ** open MissingSom in {} ;

5
src/api/SyntaxSom.gf Normal file
View File

@@ -0,0 +1,5 @@
--# -path=.:alltenses:prelude
instance SyntaxSom of Syntax =
ConstructorsSom, CatSom, StructuralSom, CombinatorsSom ;

3
src/api/TrySom.gf Normal file
View File

@@ -0,0 +1,3 @@
--# -path=.:../somali:../common:../abstract:../prelude
resource TrySom = SyntaxSom, LexiconSom, ParadigmsSom - [mkAdv,mkAdN,mkDet,mkQuant,mkPConj] ;