Tool for managing data-deduplication within extant compressed archive files, along with a relatively performant BK tree implementation for fuzzy image searching.
-
Updated
Aug 26, 2023 - Python
Tool for managing data-deduplication within extant compressed archive files, along with a relatively performant BK tree implementation for fuzzy image searching.
A BK tree implementation for fast fuzzy string matching
nxsearch: a full-text search engine
This application is an implementation of a spell checker for English text. The spell checker incorporates a database of known words, which is built from a simple word list. The Burkhard-Keller Tree (BK-Tree for short) organizes the word list for efficient searching.
📸 Clean your image folder using perceptual hashing and BK-trees using Go!
A BK tree for fast, fuzzy, in-memory string matching
Spell checker written in Kotlin
String metrics function in golang (levenshtein, damerau-levenshtein, jaro, jaro-winkler and additionally bk-tree) for autocorrect
Simple spell checker using Levenshtein Distance and BK Trees
Simple implementation of Burkhard Keller Trees in Kotlin
An implementation of a BK-tree (metric tree) for spell checking. It presents a fast lookup for words within a specified distance.
Spell checker in C based on bk-tree and levenshtein distance
Add a description, image, and links to the bk-tree topic page so that developers can more easily learn about it.
To associate your repository with the bk-tree topic, visit your repo's landing page and select "manage topics."