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

Christian Braune christian.braune79 at gmail.com
Mon Jan 27 15:55:15 EST 2020


Hi,

https://github.com/scikit-learn/scikit-learn/blob/b194674c42d54b26137a456c510c5fdba1ba23e0/sklearn/feature_extraction/_stop_words.py


Regards
  Christian

Peng Yu <pengyu.ut at gmail.com> schrieb am Mo., 27. Jan. 2020, 21:31:

> 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
> _______________________________________________
> scikit-learn mailing list
> scikit-learn at python.org
> https://mail.python.org/mailman/listinfo/scikit-learn
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20200127/c230217c/attachment.html>


More information about the scikit-learn mailing list