Interface IEdgeCountingSemanticMeasure
-
- All Superinterfaces:
IMeasure
- All Known Implementing Classes:
AEdgeCountingSemanticMeasure,LCHMeasure,LiMeasure,ShortestPathMeasure,WuPalmerMeasure
public interface IEdgeCountingSemanticMeasure extends IMeasure
Implements the edge-counting semantic string similarity interface.- Version:
- 1.0
- Author:
- Kleanthi Georgala (georgala@informatik.uni-leipzig.de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetSimilarityBetweenConcepts(edu.mit.jwi.item.ISynset synset1, edu.mit.jwi.item.ISynset synset2)Calculates the semantic similarity between two concepts.-
Methods inherited from interface org.aksw.limes.core.measures.measure.IMeasure
getName, getRuntimeApproximation, getSimilarity, getSimilarity, getType
-
-
-
-
Method Detail
-
getSimilarityBetweenConcepts
double getSimilarityBetweenConcepts(edu.mit.jwi.item.ISynset synset1, edu.mit.jwi.item.ISynset synset2)Calculates the semantic similarity between two concepts.- Parameters:
synset1- , the first input conceptsynset2- , the second input concept- Returns:
- the semantic similarity of two concepts
-
-