newspaper icon indicating copy to clipboard operation
newspaper copied to clipboard

Update download_corpora.py - add 'punkt_tab'

Open Ronkiro opened this issue 5 months ago • 0 comments

I noticed that it was throwing error for not finding "punkt_tab" in corpora, either in Windows or Docker.

Adding the following code helped, but devs may not notice it.

import nltk
nltk.download('punkt_tab')

Ronkiro avatar Sep 20 '24 21:09 Ronkiro