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.EditedSegments
The number of edited segments.
Declaration
public int EditedSegments
Type
System.NormalizedEditDistance
The calculated normalized edit distance.
Declaration
public double NormalizedEditDistance
Type
System.Segments
The number of segments.
Declaration
public int Segments
Type
System.Words
The number of words.
Declaration
public int Words