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
fix(docker): extract wordnet corpus after NLTK download (#61)
The wordnet corpus is downloaded as a zip file by default but needs
to be extracted for NLTK to use it properly. Add explicit unzip command
after NLTK download to ensure wordnet is available.
0 commit comments