summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-08-08 10:38:31 +0000
committerkrasimir <krasimir@chalmers.se>2010-08-08 10:38:31 +0000
commita4cf8b2a52fb8d6d0e4304c697d71f10c9a841bf (patch)
tree04c00fbf87765a6ab92080c1b44a07081e142fe7 /examples
parent94bd76df7219fcc9a530782dedfa0566cde1d8d6 (diff)
linearizations for few class names in SUMO
Diffstat (limited to 'examples')
-rw-r--r--examples/SUMO/EngineeringEng.gf2
-rw-r--r--examples/SUMO/MergeEng.gf8
2 files changed, 7 insertions, 3 deletions
diff --git a/examples/SUMO/EngineeringEng.gf b/examples/SUMO/EngineeringEng.gf
index 5b7c29d4e..0dec3187f 100644
--- a/examples/SUMO/EngineeringEng.gf
+++ b/examples/SUMO/EngineeringEng.gf
@@ -2,6 +2,8 @@ concrete EngineeringEng of Engineering = MidLevelOntologyEng ** open DictLangEng
lin
Battery = UseN battery_N ;
+ Method = UseN method_N ;
+ Model = UseN model_N ;
Rotor = UseN rotor_N ;
}
diff --git a/examples/SUMO/MergeEng.gf b/examples/SUMO/MergeEng.gf
index 9c6ed9dd3..aafeac8bc 100644
--- a/examples/SUMO/MergeEng.gf
+++ b/examples/SUMO/MergeEng.gf
@@ -95,7 +95,7 @@ lin
-- subclass declarations :
AbnormalAnatomicalStructure = AdjCN (PositA abnormal_A) (AdjCN (PositA anatomical_A) (UseN structure_N)) ;
- Abstract = UseN abstract_N ;
+ Abstract = AdjCN (PositA abstract_A) (UseN entity_N) ;
Adjective = UseN adjective_N ;
Adverb = UseN adverb_N ;
Advertising = UseN2 (VerbToNounV2 advertise_V2) ;
@@ -191,8 +191,9 @@ lin
ConsciousnessAttribute = ApposCN (UseN consciousness_N) (MassNP (UseN attribute_N)) ;
ConstantQuantity = AdjCN (PositA constant_A) (UseN quantity_N) ;
Constructing = UseN2 (VerbToNounV2 construct_V2) ;
- ContentBearingObject = AdjCN (PositA content_A) (AdjCN (PositA (VerbToGerundA bear_V2)) (UseN object_N)) ;
- ContentBearingProcess = AdjCN (PositA content_A) (AdjCN (PositA (VerbToGerundA bear_V)) (UseN process_N)) ;
+ ContentBearingObject = AdjCN (PositA (mkA "content-bearing")) (UseN object_N) ;
+ ContentBearingPhysical = AdjCN (PositA (mkA "content-bearing")) (AdjCN (PositA physical_A) (UseN entity_N)) ;
+ ContentBearingProcess = AdjCN (PositA (mkA "content-bearing")) (UseN process_N) ;
ContentDevelopment = AdjCN (PositA content_A) (UseN development_N) ;
Contest = UseN contest_N ;
ContestAttribute = ApposCN (UseN contest_N) (MassNP (UseN attribute_N)) ;
@@ -445,6 +446,7 @@ lin
Periodical = UseN periodical_N ;
PermanentResidence = AdjCN (PositA permanent_A) (UseN residence_N) ;
Phrase = UseN phrase_N ;
+ Physical = AdjCN (PositA physical_A) (UseN entity_N) ;
PhysicalAttribute = AdjCN (PositA physical_A) (UseN attribute_N) ;
PhysicalQuantity = AdjCN (PositA physical_A) (UseN quantity_N) ;
PhysicalState = AdjCN (PositA physical_A) (UseN state_N) ;