Skip to content

vyper/levenshtein-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Levenshtein-SQL

Levenshtein-SQL implements the Levenshtein distance. It’s string metric for measuring the amount of difference between two sequences. This implemetation originally wrote by Jason Rust.

Usage

mysql> \. /path/to/mysql-function-levenshtein.sql

mysql> select levenshtein('LEONARDO', 'LEONARDU');
+-------------------------------------+
| levenshtein('LEONARDO', 'LEONARDU') |
+-------------------------------------+
|                                   1 |
+-------------------------------------+

Project info

Levenshtein-SQL is hosted on Github: http://github.com/vyper/levenshtein-sql, where your contributions, forkings, comments and feedback are greatly welcomed.

About

Levenshtein-SQL implements the Levenshtein distance. It's string metric for measuring the amount of difference between two sequences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published