omer11a / bounded-attention

MIT License
56 stars 7 forks source link

[NLTK Error] #3

Closed heitorrapela closed 2 months ago

heitorrapela commented 3 months ago

If someone get the following error to when running the run_xl.py

image

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')"

omer11a commented 2 months ago

Thank you! I've updated README.md to include this