Local-File-Organizer icon indicating copy to clipboard operation
Local-File-Organizer copied to clipboard

Update main.py to download punkt_tab and solve this error

Open abclution opened this issue 1 year ago • 0 comments

This solves this error, I was able to use the organizer, still however only with cpu.

raise LookupError(resource_not_found) LookupError: ********************************************************************** Resource punkt_tab not found. Please use the NLTK Downloader to obtain the resource:

import nltk nltk.download('punkt_tab')

For more information see: https://www.nltk.org/data.html

Attempted to load tokenizers/punkt_tab/english/

abclution avatar Dec 04 '24 13:12 abclution