Split up Ratio into a core function and a wrapper

As for the other properties (edit distance and edit script).
2 files changed
tree: 3b24470b81d2d8bd54887ea86d5272a866d46c60
  1. levenshtein/
  2. .gitignore
  3. LICENSE
  4. README.md
README.md

golang-levenshtein

An implementation of the Levenshtein algorithm in Go. Provides edit distances and edit scripts.