I'm trying to download all the nltk packages :
import nltk
nltk.download()
But the GUI don't open. This is what appears instead :
NLTK Downloader
---------------------------------------------------------------------------
d) Download l) List u) Update c) Config h) Help q) Quit
---------------------------------------------------------------------------
When I type d
I can see the list of available packages but I'm not offered to download them.
How can I open the GUI, or how can I download them all from the console ? Thanks.