Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 204 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 204 Bytes

levenshtein

An implementation of the Levenshtein algorithm in Go. Provides edit distances for runes.

Installation

$ go get github.com/rohitsubedi/levenshtein@v1.0.0