Метод | Описание | |
---|---|---|
GetClosestElement ( string str, Automaton |
Based on paper Order-n correction for regular langauges, http://dl.acm.org/citation.cfm?id=360995
|
|
GetClosestElement ( string str, Automaton |
Based on paper Order-n correction for regular langauges, http://dl.acm.org/citation.cfm?id=360995
|
|
GetEditDistance ( string str1, string str2 ) : int |
String edit-distance between str1 and str2
|
Метод | Описание | |
---|---|---|
MoveFromStoT ( int S, int T, Automaton |
||
MoveFromStoTContainsC ( char c, int S, int T, Automaton |
||
MoveFromStoTContainsC ( char c, int S, int T, Automaton |
||
ShortStringStoT ( int S, int T, Automaton |
||
ShortStringStoTwithC ( char c, int S, int T, Automaton |
public static GetClosestElement ( string str, Automaton |
||
str | string | input string |
automaton | Automaton |
dfa for which you want to compute the distance |
solver | CharSetSolver | character solver |
distance | int | outputs the distance |
checkDeterminism | bool | |
Результат | string |
public static GetClosestElement ( string str, Automaton |
||
str | string | input string |
automaton | Automaton |
dfa for which you want to compute the distance |
solver | CharSetSolver | character solver |
bound | int | depth of search for max string insertion |
distance | int | outputs the distance |
checkDeterminism | bool | |
Результат | string |
public static GetEditDistance ( string str1, string str2 ) : int | ||
str1 | string | |
str2 | string | |
Результат | int |