Property MaxEdits
MaxEdits
Gets or sets the maximum number of Levenshtein edit-distances to draw candidate terms from.This value can be 1 or 2. The default is 2.
Note: a large number of spelling errors occur with an edit distance of 1, by setting this value to 1 you can increase both performance and precision at the cost of recall.
Declaration
public virtual int MaxEdits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |