Class LevensteinDistance
Levenstein edit distance class.
Inheritance
System.Object
LevensteinDistance
Assembly: Lucene.Net.Suggest.dll
Syntax
public sealed class LevensteinDistance : object, IStringDistance
Constructors
Name | Description |
---|---|
LevensteinDistance() | Optimized to run a bit faster than the static GetDistance(). In one benchmark times were 5.3sec using ctr vs 8.5sec w/ static method, thus 37% faster. |
Methods
Name | Description |
---|---|
Equals(Object) | |
GetDistance(String, String) | |
GetHashCode() | |
ToString() |