trie topic
trie
a series of trie testing things
DistinctKeywords
semantically distinct key phrase extraction using hilbert hashes.
aho-corasick-node
A Node implementation of the Aho-Corasick string matching algorithm based on DoubleArray Trie.
lexpy
Python package for lexicon; Trie and DAWG implementation.
radix
Golang radix tree implementation
simtrie
An efficient data structure for fast string similarity searches
fixie-trie
Compact tries for fixed-width keys
prefixtree
A prefix tree (trie) implementation in go
radixtree
adaptive radix tree (a.k.a prefix tree or compact trie)
trie
A Java implementation of the Trie data structure