Created
January 16, 2022 14:47
-
-
Save varrek/63bc80911feceb04ce09456c08e611f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import nltk | |
| from nltk.corpus import stopwords | |
| nltk.download("stopwords") | |
| russian_stopwords = stopwords.words("russian") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment