module

Hwaro::Utils::CommandSuggester

Instance methods

levenshtein(a : String, b : String) : Int32

Simple iterative Levenshtein distance over UTF-8 chars.

Source
suggest(input : String, candidates : Enumerable(String)) : String | Nil

Return the closest candidate to input, or nil when no candidate is close enough to confidently suggest.

Source