SpellingCorrectorOptions
Leave feedback
On this page
Provides options for the spelling corrector.
public class SpellingCorrectorOptions
| Name | Description |
|---|---|
| ConsiderTranspositions { get; set; } | 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. |
| Enabled { get; set; } | Gets or sets a value indicating whether the spelling corrector is enabled. The default value is false. |
| MaxMistakeCount { get; set; } | Gets or sets the maximum number of mistakes. The default value is 2. |
| OnlyBestResults { get; set; } | Gets or sets a value indicating whether only the best results will be returned. The default value is false. |
| OnlyBestResultsRange { get; set; } | Gets or sets the maximum exceeding of the minimum number of mistakes that are found. The default value is 0. |
Learn more
- namespace GroupDocs.Search.Options
- assembly GroupDocs.Search
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.