Interface IStringDistance
Interface for string distances.
Assembly: Lucene.Net.Suggest.dll
Syntax
public interface IStringDistance
Methods
Name | Description |
---|---|
GetDistance(String, String) | Returns a float between 0 and 1 based on how similar the specified strings are to one another. |