
April 7th, 2004, 08:51 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 868
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
Article Discussion: How to Strike a Match
In a previous article, I presented a brief survey of approximate string matching algorithms, and argued their importance for information retrieval tasks. A classic example of information retrieval using similarity searching is entering a keyword into the search string box on Amazon?s web site in order to retrieve descriptions of products related to that keyword. Approximate string matching algorithms can be classified as equivalence algorithms and similarity ranking algorithms. In this article, I present a new similarity ranking algorithm, together with its associated string similarity metric. I also include Java source code, so you can easily incorporate the algorithm into your own applications.
Read the full article here: How to Strike a Match
|