From 46aae656289528cb310cde739f372974099b0791 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 18 Jul 2017 13:19:09 -0400 Subject: [PATCH] Add list of related projects --- readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/readme.md b/readme.md index 05fc84a..d6d8a09 100644 --- a/readme.md +++ b/readme.md @@ -61,6 +61,21 @@ $ echo "phonetics banana" | soundex-code P532 B550 ``` +## Related + +* [`metaphone`](https://github.com/wooorm/metaphone) + — Metaphone implementation +* [`double-metaphone`](https://github.com/wooorm/double-metaphone) + — Double Metaphone implementation +* [`stemmer`](https://github.com/wooorm/stemmer) + — Porter Stemmer algorithm +* [`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]