Closed heitorrapela closed 7 months ago
If someone get the following error to when running the run_xl.py
run_xl.py
Solution: https://stackoverflow.com/questions/35861482/nltk-lookup-error
You can install what is in the image, or you can install as I did: python3 -c "import nltk; nltk.download('all')"
python3 -c "import nltk; nltk.download('all')"
Thank you! I've updated README.md to include this
If someone get the following error to when running the
run_xl.py
Solution: https://stackoverflow.com/questions/35861482/nltk-lookup-error
You can install what is in the image, or you can install as I did:
python3 -c "import nltk; nltk.download('all')"