Uses of Class
org.aksw.limes.core.measures.measure.semantic.edgecounting.AEdgeCountingSemanticMeasure
-
-
Uses of AEdgeCountingSemanticMeasure in org.aksw.limes.core.measures.measure.semantic.edgecounting.factory
Methods in org.aksw.limes.core.measures.measure.semantic.edgecounting.factory that return AEdgeCountingSemanticMeasure Modifier and Type Method Description static AEdgeCountingSemanticMeasureSemanticFactory. createMeasure(SemanticType measure, AIndex Indexer)Factory function for retrieving the desired semantic measure instance. -
Uses of AEdgeCountingSemanticMeasure in org.aksw.limes.core.measures.measure.semantic.edgecounting.measures
Subclasses of AEdgeCountingSemanticMeasure in org.aksw.limes.core.measures.measure.semantic.edgecounting.measures Modifier and Type Class Description classLCHMeasureImplements the Leacock and Chodorow (LCH) semantic string similarity between two concepts (synsets), that considers both the path between two concepts and the depth of the hierarchy.classLiMeasureImplements the Li et al.classShortestPathMeasureImplements the Shortest Path semantic string similarity between two concepts (synsets), that considers both the path between two concepts and the depth of the hierarchy.classWuPalmerMeasureImplements the Wu and Palmer (WuPalmer) semantic string similarity between two concepts (synsets), using the path between two concepts and their least common subsumer.
-