mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
lib/amharic by Markos Kassa Gobena
This commit is contained in:
17
lib/src/amharic/AdverbAmh.gf
Normal file
17
lib/src/amharic/AdverbAmh.gf
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
|
||||
--# -path=.:../abstract:../common:../../prelude
|
||||
|
||||
concrete AdverbAmh of Adverb = CatAmh ** open ResAmh, Prelude,ParamX in {
|
||||
flags coding = utf8;
|
||||
--
|
||||
lin
|
||||
PositAdvAdj a = {s = "በ" ++ a.s ! Masc! Sg! Indef! Nom ++"ሁኔታ"} ;
|
||||
|
||||
PrepNP prep np = {s = preOrPost2 prep.isPre (prep.s)(np.s ! Nom)(prep.s2)};
|
||||
|
||||
AdAdv ada ad ={s = ada.s ++ ad.s };
|
||||
|
||||
ComparAdvAdj c a n = {s= "ከ" ++ n.s!Nom++c.s ++c.p ++ "በ" ++ a.s ! Masc! Sg! Indef! Nom ++"ሁኔታ"};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user