langkit icon indicating copy to clipboard operation
langkit copied to clipboard

Need env variable to avoid attempted download of nltk artifacts

Open jamie256 opened this issue 1 year ago • 0 comments

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: https://github.com/whylabs/langkit/blob/f4f2404d4d58b4c46ce003f054af700d730e534f/langkit/sentiment.py#L39

Alternatively, consider replacing this metric with vader_sentiment.

jamie256 avatar Feb 12 '24 18:02 jamie256