Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace charAt with index notation in levenshtein.coffee
Using charAt restricts the library's usage to comparing strings only. Using plain index notation allows to use it on arbitrary lists as well: e. g. for calculating the levenshtein distance in words between tokenized texts.
- Loading branch information