toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 11 packages
Sort by PUB-AZS
Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
A super simple and lightweight client-side fuzzy-search library based on Levenshtein distance.
Levenshtein distance implementation in Dart. The levenshtein distance can be invoked as a function or as a String extension.
Implementation of Levenshtein's Automaton to find similarities between a String and a set of known words.
The TextComparisonScore package is a straightforward and efficient tool for comparing two strings and calculating their similarity score using the Levenshtein distance algorithm.#textcomparison#compare#score#levenshteindistance
a dart port of didyoumean, but use faster levenshtein algorithm.
An implementation of the Levenshtein distance algorithm
Levenshtein distance implementation in Dart
Calculates similarity between two Korean strings using Levenshtein distance with decomposed phonemes, improving accuracy. 자모음 분리 및 초/종/중성 가중치 적용을 통해 두 한글 문자열 사이의 유사도를 정확하게 측정하는 패키지.
Un package Flutter/Dart pour effectuer des recherches approximatives (fuzzy search) dans une liste de chaînes à l'aide de la distance de Levenshtein.