lib/amharic by Markos Kassa Gobena

This commit is contained in:
aarne
2010-11-10 17:01:12 +00:00
parent 906b185d2f
commit ac54c8e6e5
35 changed files with 7552 additions and 2 deletions

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 ;
} ;