Changes between Version 1 and Version 2 of similarity_StringBased
- Timestamp:
- 06/12/06 11:20:50 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
similarity_StringBased
v1 v2 9 9 10 10 == Characteristics == 11 TODO 11 In order to demonstrate the basic characteristics of this SimilarityMeasure, here some examples: 12 || '''Frame A name''' || '''Frame B name''' || '''Measure value''' || 13 || Analyser || AnaLyseR || 1.00 || 14 || Analyser || Analyzer || 0.50 || 15 || Analyser || Sample-Analysis || 0.59 || 16 || Sample-Analysis || Analyser || 0.30 || 12 17 13 18 == Evaluation/Performance == 14 T ODO19 This measure was used for some basic evaluation tests. You can see the results [wiki:BugFix008 here], second column. 15 20 16 21 == Specification == 17 22 === Intitialisation === 18 The Simil iarityMeasure main class is23 The SimilarityMeasure main class is 19 24 {{{de.dfki.km.phaselib.impl.similarities.stringbased.StringBasedSimilarity}}} 20 25