C# 클래스 Lucene.Net.Analysis.Synonym.SynonymMap

A map of synonyms, keys and values are phrases. @lucene.experimental
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fst FST
maxHorizontalContext int
words Lucene.Net.Util.BytesRefHash

공개 메소드들

메소드 설명
SynonymMap ( FST fst, BytesRefHash words, int maxHorizontalContext ) : Lucene.Net.Analysis.Tokenattributes

메소드 상세

SynonymMap() 공개 메소드

public SynonymMap ( FST fst, BytesRefHash words, int maxHorizontalContext ) : Lucene.Net.Analysis.Tokenattributes
fst FST
words Lucene.Net.Util.BytesRefHash
maxHorizontalContext int
리턴 Lucene.Net.Analysis.Tokenattributes

프로퍼티 상세

fst 공개적으로 프로퍼티

map<input word, list<ord>>
public FST fst
리턴 FST

maxHorizontalContext 공개적으로 프로퍼티

maxHorizontalContext: maximum context we need on the tokenstream
public int maxHorizontalContext
리턴 int

words 공개적으로 프로퍼티

map<ord, outputword>
public BytesRefHash,Lucene.Net.Util words
리턴 Lucene.Net.Util.BytesRefHash