Showing 31 open source projects for "fuzzy matching"

View related business solutions
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • Need To Secure Your Public Cloud? Icon
    Need To Secure Your Public Cloud?

    Built for Developers, DevOps and Engineering Teams

    View all cloud assets of AWS, Google Cloud, Azure, Kubernetes, Digital Ocean in one place. Automates security misconfigurations of assets with guidance to resolve them. Covers far beyond basic checklists. It automatically evaluates the security misconfigs of the assets & provides step-by-step guidance to resolve them
  • 1
    Gum

    Gum

    A tool for glamorous shell scripts

    A tool for glamorous shell scripts. Leverage the power of Bubbles and Lip Gloss in your scripts and aliases without writing any Go code! Gum provides highly configurable, ready-to-use utilities to help you write useful shell scripts and dotfiles aliases with just a few lines of code. Let's build a simple script to help you write Conventional Commits for your dotfiles. Use a package manager. gum is designed to be embedded in scripts and supports all sorts of use cases. Components are...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Rofi

    Rofi

    A window switcher, application launcher and dmenu replacement

    Rofi started as a clone of the simple switcher, written by Sean Pringle - a popup window switcher roughly based on a super switcher. Simpleswitcher laid the foundations, and therefore Sean Pringle deserves most of the credit for this tool. Rofi (renamed, as it lost the simple property) has been extended with extra features, like an application launcher and ssh-launcher, and can act as a drop-in menu replacement, making it a very versatile tool. Rofi, like dmenu, will provide the user with a...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Fuse.js

    Fuse.js

    Lightweight fuzzy-search, in JavaScript

    Fuse.js is a powerful, lightweight fuzzy-search library, with zero dependencies. Generally speaking, fuzzy searching (more formally known as approximate string matching) is the technique of finding strings that are approximately equal to a given pattern (rather than exactly). It might not make sense for every situation, but can be ideal depending on your search requirements. For example, qhen you want client-side fuzzy searching of small to moderately large data sets. Also, when you can't...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    peco

    peco

    Simplistic interactive filtering tool

    peco (pronounced peh-koh) is based on a python tool, percol. percol was darn useful, but I wanted a tool that was a single binary, and forget about python. peco is written in Go, and therefore you can just grab the binary releases and drop it in your $PATH. peco can be a great tool to filter stuff like logs, process stats, find files, because unlike grep, you can type as you think and look through the current results. Demos speak more than a thousand words! Here's me looking for a process on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 5
    OmegaT - multiplatform CAT tool

    OmegaT - multiplatform CAT tool

    The free computer aided translation (CAT) tool for professionals

    OmegaT is a free and open source multiplatform Computer Assisted Translation tool with fuzzy matching, translation memory, keyword search, glossaries, and translation leveraging into updated projects.
    Leader badge
    Downloads: 2,511 This Week
    Last Update:
    See Project
  • 6
    HTTP Prompt

    HTTP Prompt

    An interactive command-line HTTP and API testing client

    HTTP Prompt is an interactive command-line HTTP client featuring autocomplete and syntax highlighting. You'll never have to memorize the whole commands and HTTP headers thanks to autocomplete with fuzzy matching. Improve readability by rendering JSON, HTML and commands with 27 builtin color themes, borrowed from Pygments. Designed to work with and built on top of HTTPie, HTTP Prompt makes a perfect companion for HTTPie. Cookie-based authentication made easy as incoming cookies are automatically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Vector AI

    Vector AI

    A platform for building vector based applications

    ... the vectors. Enable searching of vectors and rich multimedia with vector similarity search. The backbone of many popular A.I use cases like reverse image search, recommendations, personalization, etc. There are scenarios where vector search is not as effective as traditional search, e.g. searching for skus. Vector AI lets you combine vector search with all the features of traditional search such as filtering, fuzzy search, and keyword matching to create an even more powerful search.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Smart Find

    Smart Find

    SmartFind: Fuzzy file search and copy utility for locating files

    SmartFind is an efficient file search and copy utility that uses fuzzy matching to locate files even when you don't remember the exact filenames. It calculates the similarity between filenames and search terms using the Levenshtein distance algorithm, allowing you to find files with partial or slightly varied names. With customizable search options and similarity thresholds, SmartFind gives you control over the matching process. It supports single-directory and recursive search, intelligently...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    AltTab

    AltTab

    AltTab is an alternative for windows native task switcher.

    AltTab Description: AltTab is a small application created in C++, Win32, is an alternative for windows native task switcher (Alt+Tab / Alt+Shift+Tab). Source: This is a open source project and source is available at https://github.com/lokeshgovindu/AltTab
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • Locstatt Safety Management System Icon
    Locstatt Safety Management System

    For companies searching for a powerful HSSE management software

    Locstatt is an affordable, totally integrated Health, Safety, Security, and Environmental (HSSE) management software system. We gather and compress on-site data encompassing your entire Safety Management System, and deliver it to one simple dashboard.
  • 10
    FuzzyWuzzy

    FuzzyWuzzy

    Fuzzy string matching in Python

    ... completely at random, Cirque du Soleil has a show running in New York called “Zarkana”. When we scour the web to find tickets for sale, mostly those tickets are identified by a title, date, time, and venue. We’ve built up a library of “fuzzy” string matching routines to help us along. And good news! We’re open sourcing it. The library is called “Fuzzywuzzy”, the code is pure python, and it depends only on the (excellent) difflib python library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Lexical Analyzer Generator Quex

    Lexical Analyzer Generator Quex

    Generator of lexical analyzers in C and C++. Unicode Supported.

    The goal of this project is to provide a generator for lexical analyzers of maximum computational efficiency and maximum range of applications. This includes the support for Unicode (UTF8, UTF16, ...) and a large variety of other encodings directly and via nested converters such as ICU(tm) and IConv. Sophisticated buffer handling allows to operate on plain file streams, on sockets, or manually fed buffer content. 'Ready-to-build' examples explain related concepts and facilitate practical...
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    Open Source Data Quality and Profiling

    Open Source Data Quality and Profiling

    World's first open source data quality & data preparation project

    This project is dedicated to open source data quality and data preparation solutions. Data Quality includes profiling, filtering, governance, similarity check, data enrichment alteration, real time alerting, basket analysis, bubble chart Warehouse validation, single customer view etc. defined by Strategy. This tool is developing high performance integrated data management platform which will seamlessly do Data Integration, Data Profiling, Data Quality, Data Preparation, Dummy Data Creation,...
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 13
    Taxamatch

    Taxamatch

    Fuzzy name matching algorithm for scientific names of taxa (biology)

    "Taxamatch" is an algorithm designed for fuzzy matching of scientific names of taxa - genera alone, or binomials (genus+species) - in taxonomic databases. It utilises both character substitution (similar to Soundex) to catch phonetic errors, and a customised edit distance (ED) approach to catch non-phonetic ones, which can be up to 50% of all errors in real-world queries. Since ED-based queries are typically slow against large data sets, Taxamatch includes a range of optimisations to heavily...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    levin

    levin

    in-memory key value server with fuzzy search capabilities

    Levin is an event-based key/value server based on radix-tree (space optimized trie). Key search can be performed with an approximate key matching algorithm based on Levenshtein edit distance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Hain

    Hain

    An 'alt+space' launcher for Windows, built with Electron

    An alt+space launcher for Windows, built with Electron. I always dreamed of an alternative to Alfred on Windows, that is made with JavaScript. so, I made it. It's a launcher with strict syntax (like terminal programs), it's not targeting to interpret natural language. I believe strict syntax can provide a more powerful and fast response than interpreting natural language. Searching Executable files very fast with Fuzzy Matching. Plugins in Pure JavaScript. I always dreamed of an alternative...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Kubernetes shell

    Kubernetes shell

    Kubernetes shell: An integrated shell for working with the Kubernetes

    Kube-shell: An integrated shell for working with the Kubernetes CLI. Under the hood kube-shell still calls kubectl. Kube-shell aims to provide ease-of-use of kubectl and increase productivity. You can use up-arrow and down-arrow to walk through the history of commands executed. Also, up-arrow partial string matching is possible. For e.g. enter 'kubectl get' and use up-arrow and down-arrow to browse through all kubectl get commands. You could also use CTRL+r to search from the history...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DataCleaner

    DataCleaner

    Data quality analysis, profiling, cleansing, duplicate detection +more

    DataCleaner is a data quality analysis application and a solution platform for DQ solutions. It's core is a strong data profiling engine, which is extensible and thereby adds data cleansing, transformations, enrichment, deduplication, matching and merging. Website: http://datacleaner.github.io
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 18
    Recursive computing and matching of Context Triggered Piecewise Hashing (aka Fuzzy Hashing). Supports Windows, *nix, BSD, OS X, etc.
    Leader badge
    Downloads: 38 This Week
    Last Update:
    See Project
  • 19

    fuzzy-matching

    Fuzzy and streaming matching of string sets

    The fuzzy-matching library provides an OmniMark pattern function that attempts to approximately match the input prefix against any of the given target strings. The allowed Damerau–Levenshtein distance from each target string is user-specified. This distance equals the minimum number of character deletions, insertions, replacements, and transpositions required to transform the target string into the input. Each of the four transformations can be individually weighed or completely disallowed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    jQuery Searchable Plugin

    jQuery Searchable Plugin

    Tiny, fast jQuery plugin to search through elements as you type

    Tiny, fast jQuery plugin to search through elements as you type. This plugin is created and maintained by Stidges.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Febrl (Freely Extensible Biomedical Record Linkage) does data standardisation (segmentation and cleaning) and probabilistic record linkage ("fuzzy" matching) of one or more files or data sources which do not share a unique record key or identifier.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Maveryx
    Maveryx is an innovative Test Automation Framework for Java GUI-based applications. It eliminates the GUI Maps dependency by providing a new dynamic GUI objects handling and an expert system detecting and managing AUT changes and defects at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A Java library for fuzzy string matching.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Blast2KEGG
    Blast2KEGG provides an approach mapping predicted genes to pathways by their annotations, then draw on KEGG maps. It performs fuzzy matching from enzyme name to EC number. There are annotation editor and genome broswer integrated in this application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FuzzyHashMap is an extension to the regular Java HashMap implementation that allows fuzzy string search. It has very good performance when searching for a key approximate equal to the search term, avoiding the need of key set iteration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next