Damerau-Levenshtein Process Plugin
Damerau-Levenshtein Process Plugin
StandardThe Damerau-Levenshtein process plugin is a string metric plugin. Using the plugin, you can measure the Levenshtein distance between two strings by counting the minimum number of operations used to convert one string into another string. The Levenshtein distance is the minimum number of character edits (insertions, deletions, or substitutions) required to change one string into another.
Release Details
Installation
Follow these steps to install Damerau-Levenshtein v5.0.0:
- Download the Damerau-Levenshtein package provided above in the Download section .
- Install the package by importing the pak file to LogPoint under Settings >> System >> Applications.
Usage Information
Syntax:
| process levenshtein (string1,string2)
For example:
distance =*| process levenshtein (distance, check)
In the above mentioned example, the value of the distance field is chekc. The command measures the minimum number of operations required to convert chekc to check and gets the value one. Hence, the Levenshtein distance for the command is one.
Support
If you have any questions or require assistance, create a support ticket.

Comments
Article is closed for comments.