neofuzz
fuzzy search library
A fast and customizable fuzzy text search library for Python
Blazing fast fuzzy text search for Python.
38 stars
1 watching
2 forks
Language: Python
last commit: 17 days ago
Linked from 1 awesome list
fuzzyllmnlppythonsearchsemantic
Related projects:
Repository | Description | Stars |
---|---|---|
hugopl/fzy | An algorithm for efficiently searching through a list of strings to find matches with varying levels of similarity | 45 |
madskjeldgaard/fzf-sc | A plugin that enables fuzzy searching in NeoVim for SuperCollider code execution | 20 |
andylokandy/simsearch-rs | A simple fuzzy search engine for similar strings in memory-based data | 170 |
arve0/feathers-mongodb-fuzzy-search | A library that adds fuzzy search capabilities to MongoDB queries in a JavaScript framework | 40 |
smashedtoatoms/the_fuzz | Provides Elixir implementations of string metric and phonetic algorithms | 77 |
linrongbin16/fzfx.nvim | A Neovim plugin that provides a fuzzy finder with updates on every keystroke, supporting multiple search variants and data sources. | 125 |
ojroques/nvim-lspfuzzy | A plugin that enhances Neovim's LSP client by integrating FZF for displaying and navigating code results. | 315 |
gfanto/fzf-lsp.nvim | An extension for Neovim that uses fzf to provide fuzzy search functionality for Language Server Protocol (LSP) symbols. | 224 |
brianhempel/fuzzy_tools | A toolset for searching and indexing strings in Ruby with fuzzy matching capabilities | 23 |
aperezdc/zsh-fzy | A Zsh plugin that utilizes the fzy fuzzy-finder for enhanced command-line interaction | 56 |
giampaolo/pyftpdlib | A high-level Python library for efficiently building scalable FTP servers | 1,677 |
linuxlewis/djorm-ext-pgfulltext | Provides full-text search capabilities for Django models using PostgreSQL's built-in indexing system. | 250 |
grizzl/grizzl | A fuzzy search index and completing-read utility for Emacs, providing efficient incremental searches. | 169 |
deanishe/alfred-fuzzy | A script that enables fuzzy search functionality in Alfred workflows | 93 |
derekparker/trie | A Go library implementing a data structure for fast prefix and fuzzy string searching | 763 |