Give us feedback
minimum-edit-distance
Web icon

Minimum Edit Distance

Stable version 1.0.0 (Compatible with OutSystems 11)
Also available for 10
Uploaded on 30 April 2019 by 
0.0
 (0 ratings)
minimum-edit-distance

Minimum Edit Distance

Details
Extension with functions to calculate the edit distance from a word to another. This is based on the Levenshtein distance Theory https://en.wikipedia.org/wiki/Levenshtein_distance A possible aplicance of this component is, for instance, for fuzzy search.
Read more

Extension with functions to calculate the edit distance from a word to another. This is based on the Levenshtein distance Theory https://en.wikipedia.org/wiki/Levenshtein_distance

A possible aplicance of this component is, for instance, for fuzzy search.

The available functions are:

  •  CalculateDistance - Calculates the number of changes (replace, delete, insert) needed to get to the other word
  • CalculateDistanceFromList - Gets the words from the input list that, with an acceptable (AcceptableDistance) number of changes, allow you to get to the WordToCompare


Release notes (1.0.0)
Reviews (0)