Skip to content

Instantly share code, notes, and snippets.

@jmrobles
Created August 15, 2020 09:22
Show Gist options
  • Save jmrobles/c5bc0a7961772ad74ccdba960485a912 to your computer and use it in GitHub Desktop.
Save jmrobles/c5bc0a7961772ad74ccdba960485a912 to your computer and use it in GitHub Desktop.
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