is_proper_name

Function is_proper_name 

Source
pub fn is_proper_name(word: &str) -> bool
Expand description

Check if a word is a proper name (has Feature::Proper in the lexicon). Used to distinguish “Socrates fears death” from “Birds fly” (bare plurals). Names like “Socrates”, “James”, “Chris” end in ‘s’ but aren’t plural nouns.