Skip to content

CrowdHailer/edit_distance

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

24 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

edit_distance

Package Version Hex Docs

๐Ÿ“ A pure Gleam package to compute the edit distance of two strings.

Usage

To add this package to your Gleam project:

gleam add edit_distance

And you're good to start using it!

import edit_distance
assert 2 == edit_distance.levenshtein("gleam", "beam")

Contributing

If you think there's any way to improve this package, or if you spot a bug don't be afraid to open PRs, issues or requests of any kind! Any contribution is welcome ๐Ÿ’œ

Aknowledgments

Credits for the Levenshtein distance implementation go to the Levenshtein Elixir library!

About

๐Ÿ“ A pure Gleam package to compute the edit distance of two strings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Gleam 100.0%