DoubleArrayTries
Documentation for DoubleArrayTries.
DoubleArrayTries.CommonPrefixSearchDoubleArrayTries.DoubleArrayTrieDoubleArrayTries.PredictiveIDSearchDoubleArrayTries.PredictiveSearchDoubleArrayTries.StringDictDoubleArrayTries.decodeDoubleArrayTries.lookup
DoubleArrayTries.CommonPrefixSearch — TypeCommonPrefixSearch(dat::DoubleArrayTrie, key::AbstractString)Return a iterable object that iterate through all string in the trie that has common prefix with key. Each element is a tuple of id and the string (Tuple{Int, String}).
DoubleArrayTries.DoubleArrayTrie — MethodDoubleArrayTrie(keys::AbstractVector{<:AbstractString}; bin_mode = true)Accept a list of strings and build the double array trie. If keys is a Vector, it will be modified by sort! and unique!. Set bin_mode = true allow '