mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
move class Apple from MidLevelOntology to Economy for French and Romanian
This commit is contained in:
6
examples/SUMO/EconomyFre.gf
Normal file
6
examples/SUMO/EconomyFre.gf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
concrete EconomyFre of Economy = MidLevelOntologyFre ** open DictLangFre, LexiconFre in {
|
||||||
|
|
||||||
|
lin
|
||||||
|
Apple = UseN apple_N ;
|
||||||
|
|
||||||
|
}
|
||||||
6
examples/SUMO/EconomyRon.gf
Normal file
6
examples/SUMO/EconomyRon.gf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
concrete EconomyRon of Economy = MidLevelOntologyRon ** open DictLangRon, LexiconRon in {
|
||||||
|
|
||||||
|
lin
|
||||||
|
Apple = UseN apple_N ;
|
||||||
|
|
||||||
|
}
|
||||||
@@ -9,8 +9,7 @@ Student = MassNP (UseN student_N) ;
|
|||||||
Teacher = MassNP (UseN teacher_N) ;
|
Teacher = MassNP (UseN teacher_N) ;
|
||||||
|
|
||||||
|
|
||||||
-- subclasses
|
-- subclasses
|
||||||
Apple = UseN apple_N ;
|
|
||||||
ArtSchool = ApposCN (UseN art_N) (MassNP (UseN school_N)) ;
|
ArtSchool = ApposCN (UseN art_N) (MassNP (UseN school_N)) ;
|
||||||
Beer = UseN beer_N ;
|
Beer = UseN beer_N ;
|
||||||
BirdEgg = ApposCN (UseN bird_N) (MassNP (UseN egg_N)) ;
|
BirdEgg = ApposCN (UseN bird_N) (MassNP (UseN egg_N)) ;
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ Teacher = MassNP (UseN teacher_N) ;
|
|||||||
|
|
||||||
|
|
||||||
-- subclasses
|
-- subclasses
|
||||||
Apple = UseN apple_N ;
|
|
||||||
ArtSchool = ApposCN (UseN art_N) (MassNP (UseN school_N)) ;
|
ArtSchool = ApposCN (UseN art_N) (MassNP (UseN school_N)) ;
|
||||||
Beer = UseN beer_N ;
|
Beer = UseN beer_N ;
|
||||||
BirdEgg = ApposCN (UseN bird_N) (MassNP (UseN egg_N)) ;
|
BirdEgg = ApposCN (UseN bird_N) (MassNP (UseN egg_N)) ;
|
||||||
|
|||||||
@@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
concrete SUMOFre of SUMO =
|
concrete SUMOFre of SUMO =
|
||||||
MergeFre,
|
MergeFre,
|
||||||
MidLevelOntologyFre
|
MidLevelOntologyFre,
|
||||||
|
EconomyFre
|
||||||
|
|
||||||
|
|
||||||
** {
|
** {
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
concrete SUMORon of SUMO =
|
concrete SUMORon of SUMO =
|
||||||
MergeRon,
|
MergeRon,
|
||||||
MidLevelOntologyRon
|
MidLevelOntologyRon,
|
||||||
|
EconomyRon
|
||||||
|
|
||||||
** {
|
** {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user