Skip to content

Instantly share code, notes, and snippets.

@varrek
Created January 16, 2022 14:47
Show Gist options
  • Save varrek/63bc80911feceb04ce09456c08e611f5 to your computer and use it in GitHub Desktop.
Save varrek/63bc80911feceb04ce09456c08e611f5 to your computer and use it in GitHub Desktop.
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