pub fn lookup_canonical(word: &str) -> Option<CanonicalMapping>Expand description
Look up canonical form for a word (synonym/antonym normalization). Returns the canonical lemma and polarity (Negative for antonyms).
pub fn lookup_canonical(word: &str) -> Option<CanonicalMapping>Look up canonical form for a word (synonym/antonym normalization). Returns the canonical lemma and polarity (Negative for antonyms).