Skip to content

Damerau-Levenshtein algorithm implementation for Crystal language.

License

Notifications You must be signed in to change notification settings

suxxes/damerau-levenshtein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DamerauLevenshtein

Damerau-Levenshtein algorithm implementation for Crystal language.

Installation

Add it to Projectfile

deps do
  github "suxxes/damerau-levenshtein"
end

Usage

require "damerau-levenshtein"
DamerauLevenshtein.distance("string", "string")

Development

Implement "B. Boehmer, T. Rees, Modified Damerau-Levenshtein Distance", if required.

Contributing

  1. Fork it (https://github.com/suxxes/damerau-levenshtein/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

Damerau-Levenshtein algorithm implementation for Crystal language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published