There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A quick implementation of cosine-based string fuzzy lookup (a little bit like the famous simstring library) using sklearn, torch, and GPU acceleration. Can hold its own with an index of few million strings, batched queries, and GPU. Otherwise loses in speed to simstring, but is easy to install OTOH. I leave this here in case anyone wants it