Click or drag to resize
SuggestionLevenshteinDistance Property
The Levenshtein distance between the suggestion and the input word, or null if ReturnStatistics is false.

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public Nullable<int> LevenshteinDistance { get; }

Property Value

Type: NullableInt32
See Also