[[TracNav]] = SimilarityMeasure: Stringbased = Developer: [mailto:endres@dfki.uni-kl.de 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 [http://www.dfki.uni-kl.de/~sintek/ 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