No module named 'spacy.lang.____'


When I run the following code online, or copy them to my disk, I got the following error:


ModuleNotFoundError Traceback (most recent call last)
in
1 # Import the English language class
----> 2 from spacy.lang.____ import ____
3
4 # Create the nlp object
5 nlp = ____

ModuleNotFoundError: No module named 'spacy.lang.____'