Skip to content

Commit

Permalink
Add list of related projects to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 18, 2017
1 parent ab2013e commit 9974834
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 @@ -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]
Expand Down

0 comments on commit 9974834

Please sign in to comment.