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

Need env variable to avoid attempted download of nltk artifacts #231

Open
jamie256 opened this issue Feb 12, 2024 · 0 comments
Open

Need env variable to avoid attempted download of nltk artifacts #231

jamie256 opened this issue Feb 12, 2024 · 0 comments

Comments

@jamie256
Copy link
Collaborator

You can pre-download the vader lexicon but we need to also support not making external http calls.

Lets skip this line conditionally on env var:

if not _nltk_downloaded:

Alternatively, consider replacing this metric with vader_sentiment.

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

No branches or pull requests

1 participant