Loads stopwords hash from resource stream (file, database...).
Namespace: Lucene.Net.Analysis.CzAssembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)
Syntax
| C# |
|---|
public void LoadStopWords( Stream wordfile, string encoding ) |
| Visual Basic |
|---|
Public Sub LoadStopWords ( _ wordfile As Stream, _ encoding As String _ ) |
| Visual C++ |
|---|
public: void LoadStopWords( Stream^ wordfile, String^ encoding ) |
Parameters
- wordfile
- Type: System.IO..::..Stream
File containing the wordlist
- encoding
- Type: System..::..String
Encoding used (win-1250, iso-8859-2, ...}, null for default system encoding