pub fn lookup_agentive_noun(word: &str) -> Option<&'static str>
Lookup the base verb for an agentive noun (e.g., dancer -> Dance). This is for backward compatibility with existing code.