1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Options
  6. /
  7. SpellingCorrectorOptions
  8. /
  9. ConsiderTranspositions

ConsiderTranspositions

SpellingCorrectorOptions.ConsiderTranspositions property

Gets or sets a value indicating whether the algorithm must consider transposition of two adjacent characters as a single mistake. The default value is true.

public bool ConsiderTranspositions { get; set; }

Property Value

true if the spelling corrector algorithm considers transpositions; otherwise false.

See Also