Skip to content

Commit

Permalink
Update game_info.py
Browse files Browse the repository at this point in the history
  • Loading branch information
K0ntr4 authored Nov 15, 2024
1 parent 89a8559 commit 593ab1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image/game_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from nltk.tokenize import word_tokenize

nltk.download('punkt_tab', quiet=True)
nltk.download('averaged_perceptron_tagger', quiet=True)
nltk.download('averaged_perceptron_tagger_eng', quiet=True)
nltk.download('wordnet', quiet=True)
requests_cache.install_cache('game_api_cache', expire_after=3600)

Expand Down

0 comments on commit 593ab1f

Please sign in to comment.