Skip to content
Snippets Groups Projects
Commit ef2f4acd authored by Vlad Niculae's avatar Vlad Niculae Committed by Andreas Mueller
Browse files

Expose ENGLISH_STOP_WORDS

parent 006e7ef8
Branches
Tags
No related merge requests found
......@@ -25,6 +25,7 @@ from ..utils.fixes import Counter
from .stop_words import ENGLISH_STOP_WORDS
__all__ = ['CountVectorizer',
'ENGLISH_STOP_WORDS',
'TfidfTransformer',
'TfidfVectorizer',
'Vectorizer',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment