C# 클래스 Lucene.Net.Search.Spell.PlainTextDictionary

Dictionary represented by a text file. Format allowed: 1 word per line: word1 word2 word3
상속: IDictionary
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
PlainTextDictionary ( FileInfo file ) : Lucene.Net.Search.Suggest

Creates a dictionary based on a File.

NOTE: content is treated as UTF-8

PlainTextDictionary ( Stream dictFile ) : Lucene.Net.Search.Suggest

Creates a dictionary based on an inputstream.

NOTE: content is treated as UTF-8

PlainTextDictionary ( TextReader reader ) : Lucene.Net.Search.Suggest

Creates a dictionary based on a reader.

메소드 상세

PlainTextDictionary() 공개 메소드

Creates a dictionary based on a File.

NOTE: content is treated as UTF-8

public PlainTextDictionary ( FileInfo file ) : Lucene.Net.Search.Suggest
file System.IO.FileInfo
리턴 Lucene.Net.Search.Suggest

PlainTextDictionary() 공개 메소드

Creates a dictionary based on an inputstream.

NOTE: content is treated as UTF-8

public PlainTextDictionary ( Stream dictFile ) : Lucene.Net.Search.Suggest
dictFile System.IO.Stream
리턴 Lucene.Net.Search.Suggest

PlainTextDictionary() 공개 메소드

Creates a dictionary based on a reader.
public PlainTextDictionary ( TextReader reader ) : Lucene.Net.Search.Suggest
reader TextReader
리턴 Lucene.Net.Search.Suggest