/o876-levenshtein

Levenshtein implementation. Provides the "suggest" function : given a word "W0" and a list "L", processes the levenshtein distance beetween W0 and each word of "L" and returns the closest words.

Primary LanguageJavaScript

Stargazers