Skip to content

Commit

Permalink
Update working_with_text.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doctor-phil committed Nov 5, 2024
1 parent d80c2a0 commit 61634db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lectures/applications/working_with_text.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ import nltk
import string
nltk.download('omw-1.4')
nltk.download('punkt')
nltk.download('punkt_tab')
nltk.download('stopwords')
nltk.download('wordnet')
# Remove stopwords (the, a, is, etc)
Expand Down

0 comments on commit 61634db

Please sign in to comment.