#算法刷题#📐 Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
Go metrics for calculating string similarity and other string utility functions
🦀📏 Rust library to compare strings (or any sequences). 25+ algorithms, pure Rust, common interface, Unicode support.
A fuzzy matching string distance library for Scala and Java that includes Levenshtein distance, Jaro distance, Jaro-Winkler distance, Dice coefficient, N-Gram similarity, Cosine similarity, Jaccard si...
A Clojure library for querying large data-sets on similarity
Spark functions to run popular phonetic and string matching algorithms
A video-search-system that analyzes short video snippets (2–5 secs) and finds highly accurate matches using keyframe-based perceptual hashing.
Expiremental Speech Recognition System using VHDL & MATLAB.
Calculate various string metrics efficiently in Haskell
PySpark phonetic and string matching algorithms
#算法刷题#A collection of metrics and phonetic algorithms for fuzzy string matching in Elixir.
#向量搜索引擎#Optimizing bit-level Jaccard Index and Population Counts for large-scale quantized Vector Search via Harley-Seal CSA and Lookup Tables
➗ SIMD-accelerated bitwise hamming distance Python module for hexadecimal strings
String Comparision in C#.NET
#算法刷题#A collection of string comparisons algorithms
NxM puzzle solver using graph traversal algorithms
#计算机科学#Cinecomic is an automated movie-to-comic generator. Input a video and it generates a comic book for the same complete with a comic style and dialogue bubbles
Python BK-Tree module based on a C++ implementation
A C++ implementation of N Puzzle problem using A Star Search with heuristics of Manhattan Distance, Hamming Distance & Linear Conflicts