StopWordDictionary
Leave feedback
On this page
Represents a dictionary of stop words.
public class StopWordDictionary : DictionaryBase, IEnumerable<string>
| Name | Description |
|---|---|
| Count { get; } | Gets the number of stop words contained in the StopWordDictionary. |
| override DictionaryType { get; } | Gets the dictionary type. |
| Name | Description |
|---|---|
| AddRange(IEnumerable<string>) | Adds the specified collection of words to this instance of the StopWordDictionary. |
| AddRange(string[]) | Adds the specified collection of words to this instance of the StopWordDictionary. |
| override Clear() | Removes all words from a StopWordDictionary object. |
| Contains(string) | Determines whether a StopWordDictionary object contains the specified word. |
| ExportDictionary(string) | Exports the dictionary to a file with the specified name. |
| GetEnumerator() | Returns an enumerator that iterates through the collection. |
| ImportDictionary(string) | Imports a dictionary from the specified file. |
| RemoveRange(IEnumerable<string>) | Removes the specified collection of words from this instance of the StopWordDictionary. |
| RemoveRange(string[]) | Removes the specified collection of words from this instance of the StopWordDictionary. |
Learn more
- class DictionaryBase
- 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.