What is the best way to add/remove stop words with spacy? I am using token.is_stop function and would like to make some custom changes to the set. I was looking at the docum
This collects the stop words too :)
spacy_stopwords = spacy.lang.en.stop_words.STOP_WORDS