mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-11 16:10:12 -06:00
(Som) Add the structure and placeholders for Somali RG
This commit is contained in:
7
src/api/CombinatorsSom.gf
Normal file
7
src/api/CombinatorsSom.gf
Normal 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 {} ;
|
||||
3
src/api/ConstructorsSom.gf
Normal file
3
src/api/ConstructorsSom.gf
Normal 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
5
src/api/SymbolicSom.gf
Normal 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
5
src/api/SyntaxSom.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxSom of Syntax =
|
||||
ConstructorsSom, CatSom, StructuralSom, CombinatorsSom ;
|
||||
|
||||
3
src/api/TrySom.gf
Normal file
3
src/api/TrySom.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:../somali:../common:../abstract:../prelude
|
||||
|
||||
resource TrySom = SyntaxSom, LexiconSom, ParadigmsSom - [mkAdv,mkAdN,mkDet,mkQuant,mkPConj] ;
|
||||
Reference in New Issue
Block a user