Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).