Skip to content

Commit

Permalink
fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-o committed Oct 30, 2012
1 parent 6af9923 commit 934c2d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,10 +1,10 @@
skod.it implementation of the Damerau-Levenshtein distance. This is *not* the Levenshtein distance only, this allows for a look-ahead and substitute at no cost.
Example:

Example:
---
Comparing: 'four' and 'fuor'
Levenshtein Distance: 2 - a substitution on the 'o' and the 'u' is required
Damerau-Levenshtein Distance: 1 - in 'fuor' borrowed the 'o' and had to generate the 'o' in the third place again.
Comparing: 'four' and 'fuor'
Levenshtein Distance: 2 - a substitution on the 'o' and the 'u' is required
Damerau-Levenshtein Distance: 1 - in 'fuor' borrowed the 'o' and had to generate the 'o' in the third place again.
---

Using skod_levenshteindamerau
Expand Down

0 comments on commit 934c2d0

Please sign in to comment.