Module: Kotoshu::Core
- Defined in:
- lib/kotoshu/core.rb,
lib/kotoshu/core/trie/node.rb,
lib/kotoshu/core/trie/trie.rb,
lib/kotoshu/core/trie/builder.rb,
lib/kotoshu/core/indexed_dictionary.rb
Overview
Core domain models and infrastructure.
This module contains the fundamental domain models for the spell checker:
-
IndexedDictionary: Fast word lookup with multiple indexes
-
Trie: Prefix tree data structure for efficient string operations
-
Models: Value objects and result types
Defined Under Namespace
Modules: Trie Classes: IndexedDictionary