Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ticki/soundex-rs
:mega: An implementation of the american soundex algorithm in Rust.
https://github.com/ticki/soundex-rs
Last synced: about 1 month ago
JSON representation
:mega: An implementation of the american soundex algorithm in Rust.
- Host: GitHub
- URL: https://github.com/ticki/soundex-rs
- Owner: ticki
- License: mit
- Created: 2015-09-10T09:41:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T20:52:14.000Z (over 9 years ago)
- Last Synced: 2023-03-03T00:33:07.028Z (almost 2 years ago)
- Language: Rust
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soundex-rs
An implementation of the american soundex algorithm in rust. Works with stable, too!Soundex is an phonetic algorithm that make you able to test if two words sounds similar (see tests.rs).
Works well together with [rust-stem](https://github.com/mrordinaire/rust-stem).