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