mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 03:28:34 -06:00
Adding a bantu Functor (#32)
* added Bantu functor * added egekusii language based on Bantu functor * added kikamba language based on Bantu functor * added kiswahili language based on Bantu functor
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
--# -path=.:../abstract:../common:prelude
|
||||
|
||||
concrete GrammarKam of Grammar =
|
||||
NounKam,
|
||||
VerbKam,
|
||||
AdjectiveKam,
|
||||
AdverbKam,
|
||||
NumeralKam,
|
||||
SentenceKam,
|
||||
QuestionKam,
|
||||
RelativeKam,
|
||||
ConjunctionKam,
|
||||
PhraseKam,
|
||||
TextX - [Pol,PPos,PNeg,Pres],
|
||||
StructuralKam,
|
||||
IdiomKam,
|
||||
TenseX - [Pol,PPos,PNeg,Pres]
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text;
|
||||
|
||||
--lin
|
||||
--PPos = {s = [] ; p = CPos} ;
|
||||
-- PNeg = {s = [] ; p = CNeg True} ; -- contracted: don't
|
||||
--PPos = {s = [] ; b = True} ;
|
||||
-- PNeg = {s = [] ; b = False} ;
|
||||
-- TPres = {s = [] ; t = ResKam.Pres} ;
|
||||
-- TPast = {s = [] ; t = ResKam.Past };
|
||||
-- TFut = {s = [] ; t = ResKam.Fut };
|
||||
} ;
|
||||
Reference in New Issue
Block a user