string-metrics
There are 22 repositories under string-metrics topic.
feature23/StringSimilarity.NET
A .NET port of java-string-similarity
adrg/strutil
Go metrics for calculating string similarity and other string utility functions
xrash/smetrics
String metrics library written in Go.
chrislit/abydos
Abydos NLP/IR library for Python
StefH/SimMetrics.Net
SimMetrics is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman). This library support multiple .NET versions including .NET Core (NETStandard 1.x)
autozimu/StringMetric.swift
String metric/similarity functions implemented in Swift.
anirbanmu/str_metrics
Ruby gem (native extension in Rust) providing implementations of various string metrics
mrkkrp/text-metrics
Calculate various string metrics efficiently in Haskell
cbaggers/mk-string-metrics
Calculate various string metrics efficiently in Common Lisp (Damerau-Levenshtein, Hamming, Jaro, Jaro-Winkler, Levenshtein, etc.)
richardcavell/6809-strlen
6809 assembly language routine to find the length of a C-style string (with test suite in Disk Extended Color BASIC and 6809 assembly) (Version 1.8, released 1 June 2025)
afjoseph/WhiteStrings
Go implementation of Simon White's String Similarity Algorithm
ljesparis/l-string
this is a module that you can use to manipulate strings
eskriett/strmet
Fast string metric algorithms written in go
boraaros/StringMetrics
String metrics
hakanozbay/ozbay-metric
A string metric that measures proximity between 2 words. The metric calculation is a formula that utilizes 3 existing String metric algorithms: Jaccard Distance, Edit Distance and Longest Common Substring Distance.
mlobl/string-metrics
String metrics and phonetic algorithms for Crystal
pvs1209pvs/Spell-Checker
Utilizes single-row version of Levenshtein Edit Distance to spell check.
sfischer13/python-stringmetric
:snake: Python implementations of common string distance and similarity algorithms
tchorzewski1991/ruby-scripts
This repository contains Ruby implementation of various algorithms.
addisoncox/ffzf
fast fuzzy string matching for Python
adrianvellamlt/Keyboard-Typo-StringMetric
A keyboard typo string metric.
mrkkrp/string_metrics
Collection of string metric algorithms in OCaml