0 votes
in NLP using Python by

Which of the following expression is used to download all the required corpus and collections , related to NLTK Book ?

(a) nltk.open('book')

(b) download('book')

(c) nltk.download('book') 

(d) nltk.get('book')

...