Skip to content
/ fuzzdex Public

Fuzzy Index for Python, written in Rust. Works like error-tolerant dict, keyed by a human input.

License

Notifications You must be signed in to change notification settings

blaa/fuzzdex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuzzDex

Fuzzy Index for Python, written in Rust. Works like an error-tolerant dict, keyed by a human input.

Usecases

I use it for matching parts of user supplied physical addresses to data extracted from OSM map to find streets and cities. Original solution used Elasticsearch database with a fuzzy query, which worked - but was 21x slower.

About

Fuzzy Index for Python, written in Rust. Works like error-tolerant dict, keyed by a human input.

Resources

License

Stars

Watchers

Forks

Packages

No packages published