import spacy import re from collections import Counter # Load the spaCy model, confirm that additional download has been made nlp = spacy.load("en_core_web_sm")