Skip to content

Commit

Permalink
Add list of related projects
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 7, 2017
1 parent e2d770a commit c04810e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions readme.md
Expand Up @@ -52,6 +52,17 @@ $ echo "saturday sunday" | dice-coefficient
# 0.3333333333333333
```

* [`levenshtein-edit-distance`](https://github.com/words/levenshtein-edit-distance)
— Levenshtein edit distance
* [`lancaster-stemmer`](https://github.com/words/lancaster-stemmer)
— Lancaster stemming algorithm
* [`double-metaphone`](https://github.com/words/double-metaphone)
— Double Metaphone implementation
* [`soundex-code`](https://github.com/words/soundex-code)
— Fast Soundex implementation
* [`syllable`](https://github.com/words/syllable)
— Syllable count in an English word

## License

[MIT][license] © [Titus Wormer][author]
Expand Down

0 comments on commit c04810e

Please sign in to comment.