Class Dictionary
In-memory structure for the dictionary (.dic) and affix (.aff) data of a hunspell dictionary.
Inheritance
System.Object
Dictionary
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public class Dictionary
Constructors
Name | Description |
---|---|
Dictionary(Stream, IList<Stream>, Boolean) | Creates a new Dictionary containing the information read from the provided System.IO.Streams to hunspell affix and dictionary files. You have to dispose the provided System.IO.Streams yourself. |
Dictionary(Stream, Stream) | Creates a new Dictionary containing the information read from the provided System.IO.Streams to hunspell affix and dictionary files. You have to dispose the provided System.IO.Streams yourself. |