Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Words (NLTK Tokenizer)" Event Driver Fails if Tokenizer Dictionary is not Already Installed #5

Open
DavidBerdik opened this issue Apr 1, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@DavidBerdik
Copy link
Owner

Attempting to use the "Words (NLTK Tokenizer)" event driver fails if the Punkt Sentence Tokenizer resource hasn't already been downloaded. For now, it's probably okay to work around this using nltk.download('punkt'), but when the time comes to build PyGAAP for release, we should probably figure out how to bundle this with the release so users don't have to deal with this.

@Michaeljfang

@DavidBerdik DavidBerdik added the bug Something isn't working label Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant