trie topic

List trie repositories

trie

21
Stars
1
Forks
Watchers

a series of trie testing things

DistinctKeywords

46
Stars
10
Forks
Watchers

semantically distinct key phrase extraction using hilbert hashes.

aho-corasick-node

17
Stars
3
Forks
Watchers

A Node implementation of the Aho-Corasick string matching algorithm based on DoubleArray Trie.

lexpy

52
Stars
7
Forks
Watchers

Python package for lexicon; Trie and DAWG implementation.

radix

35
Stars
5
Forks
Watchers

Golang radix tree implementation

simtrie

23
Stars
2
Forks
Watchers

An efficient data structure for fast string similarity searches

fixie-trie

25
Stars
3
Forks
Watchers

Compact tries for fixed-width keys

prefixtree

33
Stars
9
Forks
Watchers

A prefix tree (trie) implementation in go

radixtree

24
Stars
9
Forks
Watchers

adaptive radix tree (a.k.a prefix tree or compact trie)

trie

21
Stars
6
Forks
Watchers

A Java implementation of the Trie data structure