diff --git a/readme.md b/readme.md index 6314bc3..d899f94 100644 --- a/readme.md +++ b/readme.md @@ -56,6 +56,21 @@ $ echo "detestable vileness" | lancaster-stemmer detest vil ``` +## Related + +* [`stemmer`](https://github.com/wooorm/stemmer) + — Porter Stemmer algorithm +* [`double-metaphone`](https://github.com/wooorm/double-metaphone) + — Double Metaphone implementation +* [`soundex-code`](https://github.com/wooorm/soundex-code) + — Fast Soundex implementation +* [`dice-coefficient`](https://github.com/wooorm/dice-coefficient) + — Sørensen–Dice coefficient +* [`levenshtein-edit-distance`](https://github.com/wooorm/levenshtein-edit-distance) + — Levenshtein edit distance +* [`syllable`](https://github.com/wooorm/syllable) + — Syllable count in an English word + ## License [MIT][license] © [Titus Wormer][author]