Returns three values for the edit distance (a, b, c). a = Edit distance as integer (exmpl. 2) b = The reduction value as double (exmpl. 0.5) c = The netto/weighted edit distance as double, a-b (exampl. 1.5)
Returns three values for the edit distance (a, b, c). a = Edit distance as integer (exmpl. 2) b = The reduction value as double (exmpl. 0.5) c = The netto/weighted edit distance as double, a-b (exampl. 1.5)
Value parameters
textA
Text a) for comparison.
textB
Text b) for comparison.
Attributes
Returns
Return a Tuple with the edit distande, reduction value an weighted edit distance.