You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sentiment analysis pulled in nltk + a baked-in vader_lexicon (~50MB),
which inflated the Lambda image and added cold-start cost. Stub
count_sentiments() to a constant 0.5 for now. The TODO in tasks.py
calls out how to revive it.
- remove nltk from requirements
- drop the vader_lexicon download from both Dockerfiles
- drop scripts/download-ntk.py and the install-step Makefile reference
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments