Posted on:

17 Nov 2024

0

'Punkt' - Lookup Error traceback, nltk_data

I would like to inform the community that installing only the 'punkt' package might result in a "Lookup Error traceback, nltk_data" in the output.

I resolved the issue by also installing the 'punkt_tab' package:

 - `nltk.download('punkt')`  
 - `nltk.download('punkt_tab')`
0 answers ( 0 marked as helpful)

Submit an answer