DictionaryRepository
Leave feedback
On this page
Represents a repository of all dictionaries in the Index.
public class DictionaryRepository
| Name | Description |
|---|---|
| AliasDictionary { get; } | Gets a dictionary of aliases. |
| Alphabet { get; } | Gets the dictionary of characters used by the internal tokenization mechanism to split text into words. |
| CharacterReplacements { get; } | Gets a dictionary of character replacements. |
| DocumentPasswords { get; } | Gets a dictionary of document passwords. |
| HomophoneDictionary { get; } | Gets a dictionary of homophones. |
| SpellingCorrector { get; } | Gets a spelling corrector. |
| StopWordDictionary { get; } | Gets a dictionary of stop words. |
| SynonymDictionary { get; } | Gets a dictionary of synonyms. |
| TokenizationDictionary { get; } | Gets the dictionary of characters that defines whether a token is considered as a valid word or a separator when using external tokenization tools. |
| WordFormsProvider { get; set; } | Gets or sets a word forms provider. |
- namespace GroupDocs.Search.Dictionaries
- 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.