Brown commands doesnt work

I have followed the steps in this video, but when I do

print(brown.categories())
print(len(brown.categories()))

there is no response from the kernelNo error or nothing printed.

My full code below:

import nltk
nltk.download()
from ntlk.corpus import brown

print(brown.categories())
print(len(brown.categories()))

hey @lintasheelkumar ,
can you please let me know that the corpus was properly downloaded , when you did nltk.download.

Ok Yea…the issue was the download wasnt yet complete!It is working now.

Thats good to hear that.
I would request you to kindly mark this doubt as resolved and also provide your feedback regarding the same.

Thank You :slightly_smiling_face:.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.