`text = ' '.join([word.lemma_ if word.lemma_ != '-PRON-' else word.text for word in text])` In the latest Spacy, after I run the code, the text will be lowercased. Actually, I do not want to do this at this stage. I think this is an issue.