C# Class LevenshteinAutomaton.SpellChecker.SpellCheckerState

Search state
Afficher le fichier Open project: ibendrup/LevenshteinAutomaton

Méthodes publiques

Свойство Type Description
AutomataOffset int
AutomataState int
Node TrieNode

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
SpellCheckerState ( TrieNode node, int state, int offset ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

SpellCheckerState() public méthode

public SpellCheckerState ( TrieNode node, int state, int offset ) : System
node TrieNode
state int
offset int
Résultat System

Property Details

AutomataOffset public_oe property

The offset of the Levenshtein automaton.
public int AutomataOffset
Résultat int

AutomataState public_oe property

The state of the Levenshtein automaton.
public int AutomataState
Résultat int

Node public_oe property

Current trie node
public TrieNode,LevenshteinAutomaton Node
Résultat TrieNode