pytries

Results 5 repositories owned by pytries

marisa-trie

1.0k
Stars
92
Forks
Watchers

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.

datrie

524
Stars
89
Forks
Watchers

Fast, efficiently stored Trie for Python. Uses libdatrie.

DAWG

294
Stars
45
Forks
Watchers

DAFSA-based dictionary-like read-only objects for Python. Based on `dawgdic` C++ library.

DAWG-Python

48
Stars
13
Forks
Watchers

Pure-python reader for DAWGs created by dawgdic C++ library or DAWG Python extension.

hat-trie

86
Stars
21
Forks
Watchers

HAT-Trie for Python