mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-27 13:32:51 -06:00
13 lines
503 B
Plaintext
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) ;
|
|
|
|
}
|