Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created October 19, 2021 11:48
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 Hkazanci93/e176710e45b6bf53b24b439640a3aa93 to your computer and use it in GitHub Desktop.
Save Hkazanci93/e176710e45b6bf53b24b439640a3aa93 to your computer and use it in GitHub Desktop.
humorous code
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
with httpimport.remote_repo(['utils'], "https://raw.githubusercontent.com/redis-developer/the-pattern-automata/main/automata/"):
import utils
from utils import loadAutomata, find_matches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment