Changes between Version 2 and Version 3 of similarity_AcronymMatch
- Timestamp:
- 06/16/06 14:51:25 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
similarity_AcronymMatch
v2 v3 1 1 [[TracNav]] 2 2 3 = SimilarityMeasure: Acronym Matcher =3 = SimilarityMeasure: Acronym Matcher = 4 4 5 5 Developer: [mailto:endres@dfki.uni-kl.de Björn Endres] 6 6 7 7 == Description == 8 This module uses the entities' labels to calculate the likelihood that one is meant to be an acronym of the other. The algorithm is pretty smart and recognises extensions as in ''W3C'' or basic leet as in ''2 l8''. It is meant to be a supplement for more general similarity measures, improving them by the ability to detect acronyms. This measure is symmetric, since the shorter of the two labels is always checked for being an acronym of the longer one.8 This module uses the entities' labels to calculate the likelihood that one is meant to be an acronym of the other. The algorithm is pretty smart and recognises extensions as in ''W3C'' or basic leet as in ''2L8''. It is meant to be a supplement for more general similarity measures, improving them by the ability to detect acronyms. This measure is symmetric, since the shorter of the two labels is always checked for being an acronym of the longer one. 9 9 A set of parameters allows for tuning the measure to different scenarios. 10 10