Skip to main content

fuzzy collections

Project description

fuzzycollections

Find values in a collection which are similar according to some distance function.

Install

  • pip install fuzzycollections[all] to install with all dependencies. If installed without dependencies, the requirements will depend on which collection class is used.

Collections

  • BkCollection: Uses a BK-Tree to find similar matches quickly. Requires a real mathematical metric as distance function.
  • LinearCollection: Simply uses a linear search through all collection items to find close matches. Distance function can be anything.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fuzzycollections-0.0.3.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

fuzzycollections-0.0.3-py2.py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page