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 9, 2017
1 parent 6868e7a commit 68a0e60
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 @@ -69,6 +69,21 @@ $ echo 'acceptingness' | stemmer | double-metaphone
# AKSPTNK AKSPTNK
```

## Related

* [`metaphone`](https://github.com/wooorm/metaphone)
— Fast Metaphone implementation
* [`soundex-code`](https://github.com/wooorm/soundex-code)
— Fast Soundex 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 68a0e60

Please sign in to comment.