mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 17:42:51 -06:00
changes in SUMO: formatting and fixes for lots of lots of small problems
This commit is contained in:
13
examples/SUMO/EconomyEng.gf
Normal file
13
examples/SUMO/EconomyEng.gf
Normal file
@@ -0,0 +1,13 @@
|
||||
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 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user