Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update topicrepresentation.md #1537

Merged
merged 1 commit into from
Sep 24, 2023
Merged

Update topicrepresentation.md #1537

merged 1 commit into from
Sep 24, 2023

Conversation

oliviercaron
Copy link
Contributor

I get the following error when "english" is not lowercase:

raise InvalidParameterError(
sklearn.utils._param_validation.InvalidParameterError: The 'stop_words' parameter of CountVectorizer must be a str among {'english'}, an instance of 'list' or None. Got 'English' instead.

I get the following error when "english" is not lowercase:

raise InvalidParameterError(
sklearn.utils._param_validation.InvalidParameterError: The 'stop_words' parameter of CountVectorizer must be a str among {'english'}, an instance of 'list' or None. Got 'English' instead.
@MaartenGr
Copy link
Owner

Thanks for the PR!

@MaartenGr MaartenGr merged commit ebcfc74 into MaartenGr:master Sep 24, 2023
@oliviercaron oliviercaron deleted the patch-2 branch September 25, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants