1
0
forked from GitHub/gf-core

move class Apple from MidLevelOntology to Economy for French and Romanian

This commit is contained in:
krasimir
2010-07-31 13:54:01 +00:00
parent 067d908aa3
commit d78aaf18da
6 changed files with 17 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
concrete EconomyFre of Economy = MidLevelOntologyFre ** open DictLangFre, LexiconFre in {
lin
Apple = UseN apple_N ;
}

View File

@@ -0,0 +1,6 @@
concrete EconomyRon of Economy = MidLevelOntologyRon ** open DictLangRon, LexiconRon in {
lin
Apple = UseN apple_N ;
}

View File

@@ -9,8 +9,7 @@ Student = MassNP (UseN student_N) ;
Teacher = MassNP (UseN teacher_N) ;
-- subclasses
Apple = UseN apple_N ;
-- subclasses
ArtSchool = ApposCN (UseN art_N) (MassNP (UseN school_N)) ;
Beer = UseN beer_N ;
BirdEgg = ApposCN (UseN bird_N) (MassNP (UseN egg_N)) ;

View File

@@ -10,7 +10,6 @@ Teacher = MassNP (UseN teacher_N) ;
-- subclasses
Apple = UseN apple_N ;
ArtSchool = ApposCN (UseN art_N) (MassNP (UseN school_N)) ;
Beer = UseN beer_N ;
BirdEgg = ApposCN (UseN bird_N) (MassNP (UseN egg_N)) ;

View File

@@ -2,7 +2,8 @@
concrete SUMOFre of SUMO =
MergeFre,
MidLevelOntologyFre
MidLevelOntologyFre,
EconomyFre
** {

View File

@@ -2,8 +2,8 @@
concrete SUMORon of SUMO =
MergeRon,
MidLevelOntologyRon
MidLevelOntologyRon,
EconomyRon
** {