Files
gf-core/lib/src/amharic/GrammarAmh.gf
2010-11-10 17:01:12 +00:00

27 lines
396 B
Plaintext

--# -path=.:../abstract:../common:prelude
-- (c) 2010 Markos KG
-- Licensed under LGPL
concrete GrammarAmh of Grammar =
NounAmh,
VerbAmh,
AdjectiveAmh,
AdverbAmh,
NumeralAmh,
SentenceAmh,
QuestionAmh,
RelativeAmh,
ConjunctionAmh,
PhraseAmh,
TextX,
StructuralAmh,
IdiomAmh,
TenseX
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;coding=utf8 ;
} ;