Hi Guys,
I am trying to import nltk module in my Jupyter Notebook. But it is showing me the below error.
import ntlk
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-14-1d2184025e54> in <module>
----> 1 import nltk
ModuleNotFoundError: No module named 'nltk'
How can I solve this error?