Created
August 15, 2020 09:22
-
-
Save jmrobles/c5bc0a7961772ad74ccdba960485a912 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
CUSTOM_STOP_WORDS = {'commit', 'github', 'pdf', 'download', 'desktop', '$', '|', '\\', '/', '#'} | |
nlp.Defaults.stop_words |= CUSTOM_STOP_WORDS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment