Files
gf-core/lib/src/amharic/ExtAmh.gf
2010-11-10 17:01:12 +00:00

13 lines
503 B
Plaintext

concrete ExtAmh of ExtAmhAbs = CatAmh **
open MorphoAmh, ResAmh, ParadigmsAmh,ParamX, Prelude in {
--
flags optimize=all ; coding=utf8 ;
lin
youSgFem_Pron = pronNP "አንቺ" "አንቺን" "የአንቺ" "ለአንቺ" (Per2 Sg Fem);
hePol_pron = pronNP "እርሳቸው" "እርሳቸውን" "የእርሳቸው" "ለእርሳቸው" (Per3 Pl Masc) ;
shePol_pron = pronNP "እርሳቸው" "እርሳቸውን" "የእርሳቸው" "ለእርሳቸው" (Per3 Pl Masc) ;
}