StopWordDictionary Methods |
The StopWordDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddRange(IEnumerableString) |
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.
|
![]() | Clear |
Removes all words from a StopWordDictionary object.
|
![]() | Contains |
Determines whether a StopWordDictionary object contains the specified word.
|
![]() | Equals | (Inherited from Object.) |
![]() | Export |
Exports the stop word dictionary to a file with the specified name.
(Overrides DictionaryBaseExport(String).) |
![]() | ExportDictionary |
Exports the dictionary to a file with the specified name.
(Inherited from DictionaryBase.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Import |
Imports the stop word collection from a file with the specified name.
One line corresponds to one word.
(Overrides DictionaryBaseImport(String).) |
![]() | ImportDictionary |
Imports a dictionary from the specified file.
(Inherited from DictionaryBase.) |
![]() | Load |
Loads the dictionary data from disk.
(Overrides DictionaryBaseLoad.) |
![]() | LoadDefault |
Loads the default dictionary data.
(Overrides DictionaryBaseLoadDefault.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Merge |
Merges the specified dictionary into the current dictionary.
(Overrides DictionaryBaseMerge(DictionaryBase).) |
![]() | NotifyChanged |
Notifies about the dictionary changed.
(Inherited from DictionaryBase.) |
![]() | RemoveRange(IEnumerableString) |
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.
|
![]() | Save |
Saves the dictionary data to disk.
(Overrides DictionaryBaseSave.) |
![]() | ToString | (Inherited from Object.) |