Class LevenshteinEditDistanceResult
Encapsulates the counts calculated for a levenshtein edit distance report.
Inheritance
System.Object
LevenshteinEditDistanceResult
Syntax
public class LevenshteinEditDistanceResult
Fields
AbsoluteEditDistance
The calculated absolute edit distance.
Declaration
public int AbsoluteEditDistance
Type
System.Int32EditedSegments
The number of edited segments.
Declaration
public int EditedSegments
Type
System.Int32NormalizedEditDistance
The calculated normalized edit distance.
Declaration
public double NormalizedEditDistance
Type
System.DoubleSegments
The number of segments.
Declaration
public int Segments
Type
System.Int32Words
The number of words.
Declaration
public int Words