jamesturk / jellyfish

🪼 a python library for doing approximate and phonetic matching of strings.
https://jamesturk.github.io/jellyfish/
MIT License
2.04k stars 157 forks source link

Wrap Rust rphonetic library functions #213

Open mcarans opened 2 months ago

mcarans commented 2 months ago

The Rust rphonetic library has a few more phonetic functions like refined soundex and double metaphone. Could jellyfish wrap those functions (or even use all the functions from that library)?

jamesturk commented 1 month ago

for now, I'd suggest someone that wants to use that library to use it directly. I'd be open to looking at it at some point in the future though if it continues to be maintained/etc.