pub fn lookup_relational_adjective(
word: &str,
) -> Option<(&'static str, &'static str, &'static str)>Expand description
Lookup relational-adjective metadata (e.g., dental -> (Tooth, Pertains, Kind)). Returns (base, relation, level) where level is “Kind” or “Instance”.