Version 1 (modified by endres, 19 years ago) (diff) |
---|
SimilarityMeasure: Stringbased
Developer: Björn Endres
Description
This module determines the similarity of two ontology entities by calculating a simple string alikeness on the labels of these entities. The PhaseLibs ontology model provides these labels with the getName() method. The algorithm is based on a 3-gram matcher by Micheal Sintek.
Characteristics
TODO
Evaluation/Performance
TODO
Specification
Intitialisation
The SimiliarityMeasure main class is
de.dfki.km.phaselib.impl.similarities.stringbased.StringBasedSimilarity
Initialisation is straight forward:
new StringBasedSimilarity()
Parameters
none
Dependencies
none
License Issues
TODO