Release Details
Fields |
Details |
---|---|
Name |
Damerau-Levenshtein |
Version |
5.0.0 |
Supported On |
LogPoint v6.7.4 and later |
Release Date |
2021-04-20 |
Document Date | 2020-04-20 |
Download | DamerauLevenshteinDistance_5.0.0.pak |
SHA256 | 28da886d597831c2d8afc6d76071c64e9769f6450574422eaddec6a6c71ae085 |
General Description
The 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.
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.
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.
Support
If you have any queries or require assistance, please feel free to contact our support team:
Email: servicedesk@logpoint.com
Phone: +45 7060 6100
Best regards,
Comments
Article is closed for comments.