org.ivml.alimo
Class ISub
java.lang.Object
org.ivml.alimo.ISub
public class ISub
- extends Object
- Author:
- Giorgos Stoilos
This class implements the string matching method proposed in the paper
"A String Metric For Ontology Alignment", published in ISWC 2005
Jérôme Euzenat: added normalization
Constructor Summary |
ISub()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISub
public ISub()
score
public double score(String st1,
String st2)
winklerImprovement
private double winklerImprovement(String s1,
String s2,
double commonality)
explainScore
public String explainScore(String s,
String t)
normalizeString
public String normalizeString(String str,
char remo)
(C) INRIA & friends, 2003-2008