datasette-jellyfish

Datasette plugin adding SQL functions for fuzzy text matching powered by Jellyfish

APACHE-2.0 License

Downloads
311
Stars
12
Committers
1

Bot releases are hidden (Show)

datasette-jellyfish - 2.0 Latest Release

Published by simonw about 1 year ago

  • Removed support for the porter_stem() function, which is no longer supported by the underlying jellyfish library. #6
datasette-jellyfish - 1.0.2

Published by simonw about 1 year ago

datasette-jellyfish - 1.0.1

Published by simonw over 3 years ago

  • Updated README examples to reflect function name changes in version 1.0. #3
datasette-jellyfish - 1.0

Published by simonw over 3 years ago

Renamed two functions for compatibility with the latest Jellyfish - see their documentation for details.

  • jaro_distance(a, b) is now jaro_similarity(a, b)
  • jaro_winkler(a, b) is now jaro_winkler_similarity(a, b)
Package Rankings
Top 15.98% on Pypi.org
Badges
Extracted from project README
PyPI Changelog Tests License
Related Projects