Created on 18 September 2018
icon_unfollowing
Login to follow
levenshteindistance

LevenshteinDistance

Stable version 1.0.0 (Compatible with OutSystems 11)
Also available for 10
Uploaded on 18 September 2018 by 
levenshteindistance

LevenshteinDistance

Details
Implementation of the string comparison by the Levenshtein Distance algorithm.
Read more

Wikipedia site for the Levenshtein distance algorith : https://en.wikipedia.org/wiki/Levenshtein_distance

"The Levenshtein distance is a string metric for measuring the difference between two sequences. Informally, the Levenshtein distance between two words is the minimum number of single-character edits (insertions, deletions or substitutions) required to change one word into the other. "

Given 2 strings it will return the number of steps to turn one string into the other (insertions, deletions or substitutions) and how much equal are the 2 strings (in percentage).


Release notes (1.0.0)
Reviews (0)
Category
Functional libraries & utilities, Other functions & libraries
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
See all 2 dependencies
Application Objects
LevenshteinDistance has 0 AOs.
Team
Compatible with
Version 11
Version 10
Stack:
.NET
Database:
SQL Server
Asset consumers
No consumers yet.
Weekly downloads