Open SeaDude opened 1 year ago
Hello,
I kept getting this error:
Some cursory searches led me here: https://stackoverflow.com/a/74852469/5976033
I added nltk.downoad('punkt') after the import nltk statement in utilities.py.
nltk.downoad('punkt')
import nltk
utilities.py
The app appears to be working now!
Hello,
I kept getting this error:
Some cursory searches led me here: https://stackoverflow.com/a/74852469/5976033
I added
nltk.downoad('punkt')
after theimport nltk
statement inutilities.py
.The app appears to be working now!