Search results

45 packages found

Measure the difference between two strings using the Levenshtein distance algorithm

published 4.0.0 3 years ago
M
Q
P

Fastest Levenshtein distance implementation in JS.

published 1.0.16 2 years ago
M
Q
P

a library for matching human-quality input to a list of potential matches using the Levenshtein distance algorithm

published 7.0.4 9 days ago
M
Q
P

Match human-quality input to potential matches by edit distance.

published 1.2.2 3 years ago
M
Q
P

Levenshtein edit distance

published 3.0.1 2 years ago
M
Q
P

The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.

published 1.1.6 6 years ago
M
Q
P

Calculates the Levenshtein (edit) distance between two strings.

published 0.2.2 2 months ago
M
Q
P

Calculate the Hamming distance between two equal-length strings.

published 0.2.2 2 months ago
M
Q
P

Finds similar word(s) in a list of words

published 1.2.6 a month ago
M
Q
P

[![npm-version](https://img.shields.io/npm/v/levenary.svg)](https://www.npmjs.com/package/levenary) [![github-actions](https://github.com/tanhauhau/levenary/workflows/CI/badge.svg)](https://github.com/tanhauhau/levenary/actions)

published 1.1.1 5 years ago
M
Q
P

provides functions for comparing and calculating the similarity between two strings using various methods.

published 1.1.0 a year ago
M
Q
P

The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.

published 1.8.2 6 months ago
M
Q
P

An efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.

published 1.2.1 6 months ago
M
Q
P

Fastest Levenshtein distance implementation in JS.

published 1.1.1 6 months ago
M
Q
P

The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.

published 1.2.0 6 years ago
M
Q
P

String and tree edit distance

published 1.0.5 3 years ago
M
Q
P

diff strings and lists with levenshtein distance

published 1.1.7 7 years ago
M
Q
P

A tiny optimized package which finds the Levenshtein distance (edit distance) between two words. Having two strings of length N and M, the algorithm has O(N*M) complexity and uses O(N) additional space.

published 1.0.1 7 years ago
M
Q
P

Reasonably efficient and concise exact longest common subsequence and minimum edit-distance algorithm implementation for JavaScript

published 1.1.0 3 years ago
M
Q
P

A lightweight implementation of the Levenshtein distance algorithm.

published 1.0.9 8 years ago
M
Q
P