Class PlainTextDictionary
Dictionary represented by a text file.
Format allowed: 1 word per line:
word1
word2
word3
Inheritance
System.Object
PlainTextDictionary
Assembly: Lucene.Net.Suggest.dll
Syntax
public class PlainTextDictionary : object, IDictionary
Constructors
Name | Description |
---|---|
PlainTextDictionary(FileInfo) | Creates a dictionary based on a File. NOTE: content is treated as UTF-8 |
PlainTextDictionary(Stream) | Creates a dictionary based on an inputstream. NOTE: content is treated as UTF-8 |
PlainTextDictionary(TextReader) | Creates a dictionary based on a reader. |
Methods
Name | Description |
---|---|
GetEntryIterator() |