C# 클래스 LevenshteinAutomaton.SpellChecker.SpellCheckerState

Search state
파일 보기 프로젝트 열기: ibendrup/LevenshteinAutomaton

공개 프로퍼티들

프로퍼티 타입 설명
AutomataOffset int
AutomataState int
Node TrieNode

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
SpellCheckerState ( TrieNode node, int state, int offset ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SpellCheckerState() 공개 메소드

public SpellCheckerState ( TrieNode node, int state, int offset ) : System
node TrieNode
state int
offset int
리턴 System

프로퍼티 상세

AutomataOffset 공개적으로 프로퍼티

The offset of the Levenshtein automaton.
public int AutomataOffset
리턴 int

AutomataState 공개적으로 프로퍼티

The state of the Levenshtein automaton.
public int AutomataState
리턴 int

Node 공개적으로 프로퍼티

Current trie node
public TrieNode,LevenshteinAutomaton Node
리턴 TrieNode