[scikit-learn] What are the stopwords used by CountVectorizer?

Peng Yu pengyu.ut at gmail.com
Mon Jan 27 15:30:44 EST 2020


Hi,

I don't see what stopwords are used by CountVectorizer with
stop_wordsstring = ‘english’.

https://scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html

Is there a way to figure it out? Thanks.

-- 
Regards,
Peng


More information about the scikit-learn mailing list