//! Gazetteer: Pre-LLM correction layer for proper names and technical //! vocabulary (medications, anatomy, substances). See //! `~/.claude/plans/happy-mapping-snail.md` for the design document. //! //! This module is currently a stub — only the Kölner Phonetik encoder //! exists. The `Gazetteer` struct, loader, and annotator land in later //! steps of the implementation. pub mod koelner;