Reads a stemdictionary file , that overrules the stemming algorithm
This is a textfile that contains per line
word\tstem
i.e: tabseperated
Namespace: Lucene.Net.Analysis.NlAssembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)
Syntax
| C# |
|---|
public void SetStemDictionary( FileInfo stemdict ) |
| Visual Basic |
|---|
Public Sub SetStemDictionary ( _ stemdict As FileInfo _ ) |
| Visual C++ |
|---|
public: void SetStemDictionary( FileInfo^ stemdict ) |
Parameters
- stemdict
- Type: System.IO..::..FileInfo
[Missing <param name="stemdict"/> documentation for "M:Lucene.Net.Analysis.Nl.DutchAnalyzer.SetStemDictionary(System.IO.FileInfo)"]