Simple NLTK demo: stemming vs. lemmatization. Stemming: rule-based chopping of suffixes to a crude root (may not be a real word). Lemmatization: dictionary-backed reduction to a canonical lemma, using ...