mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
lib/amharic by Markos Kassa Gobena
This commit is contained in:
37
lib/src/amharic/PhraseAmh.gf
Normal file
37
lib/src/amharic/PhraseAmh.gf
Normal file
@@ -0,0 +1,37 @@
|
||||
concrete PhraseAmh of Phrase = CatAmh ** open
|
||||
ParamX,
|
||||
Prelude,
|
||||
CommonX,
|
||||
ResAmh in {
|
||||
|
||||
|
||||
flags optimize=all_subs ;
|
||||
coding = utf8;
|
||||
lin
|
||||
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
|
||||
NoPConj = {s = []} ;
|
||||
NoVoc = {s = []} ;
|
||||
UttS s = s;
|
||||
UttAdv adv = adv ;
|
||||
UttNP np = {s = np.s ! Nom } ;
|
||||
UttAP ap = {s = ap.s ! Masc!Sg!Indef!Nom } ;
|
||||
UttCN n = {s = n.s ! Sg ! Indef! Nom} ;
|
||||
UttCard n = {s = n.s ! Masc!Sg!Indef!Nom } ;
|
||||
VocNP np = {s = "፤" ++ np.s ! Nom} ;
|
||||
UttQS qs = {s = qs.s } ;
|
||||
UttIP ip = ip ; --- Acc also
|
||||
UttVP vp = {s = vp.obj.s ++ vp.inf} ;
|
||||
UttIAdv iadv = iadv ;
|
||||
UttCN n = {s = n.s ! Sg ! Indef!Nom} ;
|
||||
UttCard n = {s = n.s ! Masc!Sg!Indef!Nom} ;
|
||||
UttImpSg pol imp = {s = pol.s ++ imp.s!pol.p!Masc!Sg};
|
||||
UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p! Masc! Pl} ; --- TO DO
|
||||
UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p ! Masc!Pl} ; -- TO DO ---
|
||||
UttQS qs = {s = qs.s } ; -- TO DO
|
||||
{-
|
||||
|
||||
PConjConj conj = {s = conj.s2} ; ---
|
||||
|
||||
-}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user