You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lukas Werner e6eadaa425 documentation 2 years ago
.gitignore Initial commit 2 years ago
README.md documentation 2 years ago
go.mod wagner-fisher & werner algorithms working 2 years ago
helpers.go wagner-fisher & werner algorithms working 2 years ago
helpers_test.go wagner-fisher & werner algorithms working 2 years ago
wagner-fisher.go wagner-fisher & werner algorithms working 2 years ago
wagner-fisher_test.go wagner-fisher & werner algorithms working 2 years ago
werner.go wagner-fisher & werner algorithms working 2 years ago
werner_test.go wagner-fisher & werner algorithms working 2 years ago

README.md

edit-distance

This package implements the edit distance for two problem domains.

  1. Regular rune by rune edit distance of strings
  2. Sentence edit difference allowing for the ability to tell the uniqueness of sentences from an analytical pov.

Importable as git.hafen.run/lukas/edit-distance@v0.1