Hybrid Method
Class
http://ontextract.org/sco#HybridMethod
Class Hierarchy
- Detection Method (semantic-change-ontology)
- ↳ Hybrid Method
Definition
Combines text similarity, structural similarity, and other approaches.
Property Structure
Referenced By
rdfs:range on this class or ancestor
| From | Property | Description |
|---|---|---|
| Semantic Change Event | usesDetectionMethod inherited | The computational method used to detect/measure this semantic change. |
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sco: <http://ontextract.org/sco#> .
sco:HybridMethod a owl:Class ;
rdfs:label "Hybrid Method" ;
dcterms:bibliographicCitation "Stavropoulos et al. (2019). SemaDrift hybrid approach." ;
rdfs:comment "Combines text similarity, structural similarity, and other approaches." ;
rdfs:subClassOf sco:DetectionMethod .