Skip to content

Instantly share code, notes, and snippets.

@AlexMikhalev
Created February 11, 2021 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexMikhalev/71f682d6495485d7cf7cf33fc6078204 to your computer and use it in GitHub Desktop.
Save AlexMikhalev/71f682d6495485d7cf7cf33fc6078204 to your computer and use it in GitHub Desktop.
RedisGears4.py
import httpimport
with httpimport.remote_repo(['stop_words'], "https://raw.githubusercontent.com/explosion/spaCy/master/spacy/lang/en/"):
import stop_words
from stop_words import STOP_WORDS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment