mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-08 04:04:19 -06:00
6 lines
174 B
Plaintext
6 lines
174 B
Plaintext
concrete LexiconHye of Lexicon = CatHye ** open ParadigmsHye in {
|
|
lin apple_N = mkN001 "խնձոր" ;
|
|
lin man_N = mkN047 "տղամարդ" ;
|
|
lin woman_N = mkN034 "կին" ;
|
|
}
|