Skip to main content

Datasette plugin adding SQL functions for Double Metaphone fuzzy text matching

Project description

datasette-doublemetaphone

PyPI License

Datasette plugin that adds custom SQL functions for fuzzy string matching, built on top of the Double Metaphone Python library.

As SQLite custom functions must return a string, we have separate calls for the two results, or one that returns a JSON array of the two results.

Examples:

SELECT double_metaphone_main("richard");
    -- Outputs 'RXRT'
SELECT double_metaphone_alt("richard");
    -- Outputs 'RKRT'
SELECT double_metaphone_json("richard");
    -- Outputs '["RXRT", "RKRT"]'

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

datasette_doublemetaphone-0.1-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file datasette_doublemetaphone-0.1-py3-none-any.whl.

File metadata

  • Download URL: datasette_doublemetaphone-0.1-py3-none-any.whl
  • Upload date:
  • Size: 6.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.6

File hashes

Hashes for datasette_doublemetaphone-0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0c25a416883a99fe85ffb48eaebe8bf9bf6f92369b86a5d100e55985df30d73c
MD5 0df3e4177e195299f1736c28d0d35651
BLAKE2b-256 5fc904dd3f686b43eae0751ef8eb12e167d02319987cfd6016675a4bbfe337c5

See more details on using hashes here.

Supported by

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