| | 1 | [[TracNav]] |
| | 2 | |
| | 3 | = SimilarityMeasure: Stringbased = |
| | 4 | |
| | 5 | Developer: [mailto:endres@dfki.uni-kl.de Björn Endres] |
| | 6 | |
| | 7 | == Description == |
| | 8 | 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]. |
| | 9 | |
| | 10 | == Characteristics == |
| | 11 | TODO |
| | 12 | |
| | 13 | == Evaluation/Performance == |
| | 14 | TODO |
| | 15 | |
| | 16 | == Specification == |
| | 17 | === Intitialisation === |
| | 18 | The SimiliarityMeasure main class is |
| | 19 | {{{de.dfki.km.phaselib.impl.similarities.stringbased.StringBasedSimilarity}}} |
| | 20 | |
| | 21 | Initialisation is straight forward: |
| | 22 | {{{new StringBasedSimilarity()}}} |
| | 23 | |
| | 24 | === Parameters === |
| | 25 | none |
| | 26 | |
| | 27 | === Dependencies === |
| | 28 | none |
| | 29 | |
| | 30 | == License Issues == |
| | 31 | TODO |