|
DiffMatchPatchMatchAlphabet Method
|
Initialize the alphabet for the Bitap algorithm.
Namespace: GSF.TextAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+ff392465a0262ee2737937d4127fc3c2f08c6dcd
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