pub fn lookup_noun_derivation(
word: &str,
) -> Option<(&'static str, &'static str, &'static str)>Expand description
Lookup the derivation info for a noun (e.g., dancer -> (Dance, Verb, Agent)) Returns (root, pos, relation) if the noun has a derivation.