mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 03:32:51 -06:00
lib/amharic by Markos Kassa Gobena
This commit is contained in:
26
lib/src/amharic/GrammarAmh.gf
Normal file
26
lib/src/amharic/GrammarAmh.gf
Normal 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 ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user