Description
Connects Ruby code to the Marisa trie library for compact and fast string dictionary lookups. It is useful for search, token lookup, autocomplete, and language-processing tools.
Dictionary data can be large or user-derived. Validate input encoding, control memory use, and rebuild indexes when source data changes.