String Distance Software System

From GM-RKB
Jump to navigation Jump to search

A String Distance Software System is a software system (that applies a string distance measure.



References

2008

  • http://alias-i.com/lingpipe/demos/tutorial/stringCompare/read-me.html
    • QUOTE: String comparison attempts to measure the similarity between strings. This is useful for applications ranging from database deduplication and record linkage to terminology extraction, spell checking, and k-nearest-neighbors classifiers.

      In this tutorial, we demonstrate the ways in which string comparisons are used in LingPipe.

2003

2002


  • http://www.merriampark.com/ld.htm
    • QUOTE: The purpose of this short essay is to describe the Levenshtein distance algorithm and show how it can be implemented in three different programming languages.