I have recently started working with NLTK, and I have downloaded the Brown corpus to do analyze its data. However, I see that the corpus is split into around 500 files.
I need to run a script on the content of the whole corpus, though. Is there a way to access the content of the whole corpus, or do I need to for loop through the content of each file and append it to a new file?
Thank you!