Description
Provides Python bindings for MARISA, a compact trie data structure. It helps applications store and search many strings efficiently, such as dictionaries, prefixes, token lists, and autocomplete data.
This is a data-structure library for developers. It improves lookup behavior but does not decide which words or records are appropriate for an application.