rth / vtext

Simple NLP in Rust with Python bindings
Apache License 2.0
147 stars 11 forks source link

Add Jaro similarity #39

Closed rth closed 5 years ago

rth commented 5 years ago

Add Jaro similarity for strings, mostly translating the NLTK implementation to Rust.