Class Dictionary
In-memory structure for the dictionary (.dic) and affix (.aff) data of a hunspell dictionary.
Inheritance
System.Object
Dictionary
Namespace: Lucene.Net.Analysis.Hunspell
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class Dictionary : object
Constructors
| Improve this Doc View SourceDictionary(Stream, IList<Stream>, Boolean)
Creates a new Dictionary containing the information read from the provided
Declaration
public Dictionary(Stream affix, IList<Stream> dictionaries, bool ignoreCase)
Parameters
Type | Name | Description |
---|---|---|
Stream | affix | |
IList<Stream> | dictionaries | |
System.Boolean | ignoreCase | ignore case? |
Dictionary(Stream, Stream)
Creates a new Dictionary containing the information read from the provided
Declaration
public Dictionary(Stream affix, Stream dictionary)
Parameters
Type | Name | Description |
---|---|---|
Stream | affix | |
Stream | dictionary |