pub fn builtin_categories() -> Vec<(&'static str, Vec<String>)>Expand description
Built-in words grouped by their category sub-module, in registration order.
Each entry is (category_name, sorted_word_names). Useful for clients
that want to render a categorised reference (e.g. a quick-help screen).