Uses of Interface
org.aksw.limes.core.measures.measure.semantic.edgecounting.IEdgeCountingSemanticMeasure
-
Packages that use IEdgeCountingSemanticMeasure Package Description org.aksw.limes.core.measures.measure.semantic.edgecounting org.aksw.limes.core.measures.measure.semantic.edgecounting.measures -
-
Uses of IEdgeCountingSemanticMeasure in org.aksw.limes.core.measures.measure.semantic.edgecounting
Classes in org.aksw.limes.core.measures.measure.semantic.edgecounting that implement IEdgeCountingSemanticMeasure Modifier and Type Class Description classAEdgeCountingSemanticMeasureImplements the edge-counting semantic string similarity abstract class. -
Uses of IEdgeCountingSemanticMeasure in org.aksw.limes.core.measures.measure.semantic.edgecounting.measures
Classes in org.aksw.limes.core.measures.measure.semantic.edgecounting.measures that implement IEdgeCountingSemanticMeasure 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.
-