humorous code
This file contains 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 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