Changes between Initial Version and Version 1 of similarity_StringBased


Ignore:
Timestamp:
06/12/06 10:47:23 (18 years ago)
Author:
endres
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • similarity_StringBased

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