[scikit-learn] What are the stopwords used by CountVectorizer?
Sebastian Raschka
mail at sebastianraschka.com
Mon Jan 27 15:38:56 EST 2020
Hi Peng,
check out https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/feature_extraction/_stop_words.py
Best,
Sebastian
> On Jan 27, 2020, at 2:30 PM, Peng Yu <pengyu.ut at gmail.com> wrote:
>
> 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
More information about the scikit-learn
mailing list