File size: 162 Bytes
c69ac63 |
1 2 3 4 5 6 |
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") |
c69ac63 |
1 2 3 4 5 6 |
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") |