'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')`
I resolved the issue by also installing the 'punkt_tab' package:
- `nltk.download('punkt')`
- `nltk.download('punkt_tab')`
0 answers ( 0 marked as helpful)