Action group: Text
The action calculates the edit distance. This is a metric that measures modulo the difference between two character sequences. It is defined as the minimum number of single-character operations required to transform one character sequence into another.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
First line | First character sequence (string) to compare. | Robin.String | Yes | |
Second line 2 | Second character sequence (string) to compare. | Robin.String | Yes | |
Results | ||||
Result | The minimum number of insertions, deletions, and replacements of one character for another required to turn one string into another. | Robin.Numeric |
None.
It is necessary to determine the minimum number of insertion, deletion, and replacement operations required to turn one string into another. The first sequence of characters to compare = 79, the second sequence of characters to compare = 129
Use the "Calculate Levenshtein distance" action.
The program robot completed successfully.
The minimum number of operations has been determined.