Skip to content

LookUpError #9

Description

@DonCoderKing

Hi

I get the following lookup error when running main.py...

I have checked and my nltk is properly installed for Python 3.7

File "C:\Users\Siphiwe\Anaconda3\lib\site-packages\nltk\data.py", line 701, in find
raise LookupError(resource_not_found)

LookupError:


Resource punkt not found.
Please use the NLTK Downloader to obtain the resource:

import nltk
nltk.download('punkt')

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

Attempted to load tokenizers/punkt/english.pickle

Searched in:
- 'C:\Users\Siphiwe/nltk_data'
- 'C:\Users\Siphiwe\Anaconda3\nltk_data'
- 'C:\Users\Siphiwe\Anaconda3\share\nltk_data'
- 'C:\Users\Siphiwe\Anaconda3\lib\nltk_data'
- 'C:\Users\Siphiwe\AppData\Roaming\nltk_data'
- 'C:\nltk_data'
- 'D:\nltk_data'
- 'E:\nltk_data'
- ''


Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions