mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
concrete EconomyEng of Economy = MidLevelOntologyEng ** open DictLangEng, DictEng, ParadigmsEng in {
|
|
|
|
lin
|
|
Apple = UseN apple_N ;
|
|
Avocado = UseN avocado_N ;
|
|
Coconut = UseN coconut_N ;
|
|
DateFruit = ApposCN (UseN date_N) (MassNP (UseN fruit_N)) ;
|
|
Fodder = UseN fodder_N ;
|
|
Hay = UseN hay_N ;
|
|
Opium = UseN opium_N ;
|
|
Pea = UseN pea_N ;
|
|
|
|
}
|