Release Name: 0.2.0
Notes:
match is a library for approximate string matching and searching in strings.
Several algorithms can be used to do this, and it's also possible to compute a
similarity metric number between 0.0 and 1.0 for two given strings.
Changes:
2005-06-01 (0.2.0)
* Major changes in API and implementation:
Now the Levenshtein edit distance, Sellers edit distance, the Hamming
distance, the longest common subsequence length, the longest common
substring length, and the pair distance metric can be computed.
|