Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

nlp.Defaults.stop_words.add spacy

import spacy    
nlp = spacy.load("en")
nlp.Defaults.stop_words |= {"my_new_stopword1","my_new_stopword2",}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #spacy
ADD COMMENT
Topic
Name
9+2 =