mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
27 lines
396 B
Plaintext
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 ;
|
|
|
|
} ;
|