Skip to content
This repository was archived by the owner on Oct 6, 2021. It is now read-only.

LookupError requiring NLTK Download of punkt #62

Closed
gren-bean opened this issue Aug 4, 2020 · 2 comments
Closed

LookupError requiring NLTK Download of punkt #62

gren-bean opened this issue Aug 4, 2020 · 2 comments

Comments

@gren-bean
Copy link

gren-bean commented Aug 4, 2020

Posting in case you would like to update install instructions

Solution

Download punkt package per instructions here:
https://stackoverflow.com/questions/4867197/failed-loading-english-pickle-with-nltk-data-load

ERROR Message this resolves

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/PY3/english.pickle

@gren-bean
Copy link
Author

gren-bean commented Aug 4, 2020

I realize now that jecarr addresses this as part of his solution in Issue #59.

Implementing the ntlk download and also the changes in Pull #61 allowed me to run server. I'm going to close this issue since it should be addressed by implementing suggestions / changes jecarr mentions in Issues #59

@jecarr
Copy link

jecarr commented Aug 5, 2020

No worries! Credit to 2xyo for PR #49 for raising this too

PS.

I realize now that jecarr addresses this as part of his solution in Issue #59.

*her solution 😉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants