mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-01 08:56:58 -06:00
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
concrete LexiconSqi of Lexicon = CatSqi ** open ParadigmsSqi in {
|
|
|
|
lin
|
|
airplane_N = mkN032 "aeroplan" ;
|
|
apple_N = mkN069 "mollë" ;
|
|
good_A = mkA "mirë" ;
|
|
|
|
}
|