StopWordDictionaryImport Method |
Imports the stop word collection from a file with the specified name.
One line corresponds to one word.
Namespace: GroupDocs.Search.DictionariesAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxprotected override void Import(
string filePath
)
Protected Overrides Sub Import (
filePath As String
)
protected:
virtual void Import(
String^ filePath
) override
abstract Import :
filePath : string -> unit
override Import :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
The text file to import from.
See Also