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 Jul 18, 2017
1 parent e17b39d commit 46aae65
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 46aae65

Please sign in to comment.