Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
4 results tagged fuzzy  ✕   ✕
fuse.js https://www.fusejs.io/
Mon 12 May 2025 08:07:15 PM PDT archive.org

A powerful, lightweight fuzzy-search library, with zero dependencies. You don’t need to setup a dedicated backend just to handle search, you just need to generate a JSON document with your index somehow. Tries to be simple, lightweight, and performant. Search is done entirely on the client side. If your site generator can output JSON as well as HTML, you can use that as an index.

Github: https://github.com/krisk/Fuse

javascript library search fuzzy json static-content
junegunn/fzf https://github.com/junegunn/fzf
Fri 26 Jul 2024 11:03:48 AM PDT archive.org

fzf is a general-purpose command-line fuzzy finder. It's an interactive filter program for any kind of list; files, command history, processes, hostnames, bookmarks, git commits, etc. It implements a "fuzzy" matching algorithm, so you can quickly type in patterns with omitted characters and still get the results you want.

Run something through it, like the output of a command. Start typing parts of a regular expression, it'll show you what matches. Use the arrow keys to move the highlight around. Whatever you pick gets output on stdout.

golang cli tools search fuzzy crossplatform interactive
seatgeek/thefuzz: Fuzzy String Matching in Python https://github.com/seatgeek/thefuzz
Sun 26 Aug 2018 07:51:05 PM PDT archive.org

A fuzzy string matching module for Python. Seems fairly smart, designed to be practical. Can also use python-levenstein for additional matching accuracy if available. Looks very helpful for searching on arbitrary strings. Does the statistical analysis for you (percentage probability of a good match).

python modules search fuzzy text nlp exocortex statistics
taleinat/fuzzysearch · GitHub https://github.com/taleinat/fuzzysearch
Tue 20 Mar 2018 12:24:31 AM PDT archive.org

Fuzzysearch is a Python module that implements fuzzy (or approximate) matches of subsequences in data. It can find parts of a sequence that match a supplied subsequence with up to a maximum Levenshtein distance. Can also do fuzzy insertions, deletions, and substitutions. Appears remarkably simple to use for such a powerful feature. The advanced demonstration involves analyzing a DNA sequence, to give you an idea of how sophisticated a capability this is. Installable with Pip. Python v2.x and v3.x compatible.

development search python analysis subsequences fuzzy data
6973 links, including 440 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn