|
DiffMatchPatchMatchAlphabet Method
|
Initialize the alphabet for the Bitap algorithm.
Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
Syntaxprotected Dictionary<char, int> MatchAlphabet(
string pattern
)
Protected Function MatchAlphabet (
pattern As String
) As Dictionary(Of Char, Integer)
protected:
Dictionary<wchar_t, int>^ MatchAlphabet(
String^ pattern
)
member MatchAlphabet :
pattern : string -> Dictionary<char, int>
function MatchAlphabet(pattern);
View SourceParameters
- pattern String
- The text to encode
Return Value
DictionaryChar,
Int32Hash of character locations
See Also