lib/amharic by Markos Kassa Gobena

This commit is contained in:
aarne
2010-11-10 17:01:12 +00:00
parent 07b7df35ca
commit f37299d6b0
32 changed files with 7543 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
--# -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 ;
} ;