mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
linearizations for few class names in SUMO
This commit is contained in:
@@ -2,6 +2,8 @@ concrete EngineeringEng of Engineering = MidLevelOntologyEng ** open DictLangEng
|
|||||||
|
|
||||||
lin
|
lin
|
||||||
Battery = UseN battery_N ;
|
Battery = UseN battery_N ;
|
||||||
|
Method = UseN method_N ;
|
||||||
|
Model = UseN model_N ;
|
||||||
Rotor = UseN rotor_N ;
|
Rotor = UseN rotor_N ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ lin
|
|||||||
|
|
||||||
-- subclass declarations :
|
-- subclass declarations :
|
||||||
AbnormalAnatomicalStructure = AdjCN (PositA abnormal_A) (AdjCN (PositA anatomical_A) (UseN structure_N)) ;
|
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 ;
|
Adjective = UseN adjective_N ;
|
||||||
Adverb = UseN adverb_N ;
|
Adverb = UseN adverb_N ;
|
||||||
Advertising = UseN2 (VerbToNounV2 advertise_V2) ;
|
Advertising = UseN2 (VerbToNounV2 advertise_V2) ;
|
||||||
@@ -191,8 +191,9 @@ lin
|
|||||||
ConsciousnessAttribute = ApposCN (UseN consciousness_N) (MassNP (UseN attribute_N)) ;
|
ConsciousnessAttribute = ApposCN (UseN consciousness_N) (MassNP (UseN attribute_N)) ;
|
||||||
ConstantQuantity = AdjCN (PositA constant_A) (UseN quantity_N) ;
|
ConstantQuantity = AdjCN (PositA constant_A) (UseN quantity_N) ;
|
||||||
Constructing = UseN2 (VerbToNounV2 construct_V2) ;
|
Constructing = UseN2 (VerbToNounV2 construct_V2) ;
|
||||||
ContentBearingObject = AdjCN (PositA content_A) (AdjCN (PositA (VerbToGerundA bear_V2)) (UseN object_N)) ;
|
ContentBearingObject = AdjCN (PositA (mkA "content-bearing")) (UseN object_N) ;
|
||||||
ContentBearingProcess = AdjCN (PositA content_A) (AdjCN (PositA (VerbToGerundA bear_V)) (UseN process_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) ;
|
ContentDevelopment = AdjCN (PositA content_A) (UseN development_N) ;
|
||||||
Contest = UseN contest_N ;
|
Contest = UseN contest_N ;
|
||||||
ContestAttribute = ApposCN (UseN contest_N) (MassNP (UseN attribute_N)) ;
|
ContestAttribute = ApposCN (UseN contest_N) (MassNP (UseN attribute_N)) ;
|
||||||
@@ -445,6 +446,7 @@ lin
|
|||||||
Periodical = UseN periodical_N ;
|
Periodical = UseN periodical_N ;
|
||||||
PermanentResidence = AdjCN (PositA permanent_A) (UseN residence_N) ;
|
PermanentResidence = AdjCN (PositA permanent_A) (UseN residence_N) ;
|
||||||
Phrase = UseN phrase_N ;
|
Phrase = UseN phrase_N ;
|
||||||
|
Physical = AdjCN (PositA physical_A) (UseN entity_N) ;
|
||||||
PhysicalAttribute = AdjCN (PositA physical_A) (UseN attribute_N) ;
|
PhysicalAttribute = AdjCN (PositA physical_A) (UseN attribute_N) ;
|
||||||
PhysicalQuantity = AdjCN (PositA physical_A) (UseN quantity_N) ;
|
PhysicalQuantity = AdjCN (PositA physical_A) (UseN quantity_N) ;
|
||||||
PhysicalState = AdjCN (PositA physical_A) (UseN state_N) ;
|
PhysicalState = AdjCN (PositA physical_A) (UseN state_N) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user