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

Why stopwords_min_cutoff rather than stopwords_max_cutoff? #43

Open
longxudou opened this issue Apr 18, 2024 · 0 comments
Open

Why stopwords_min_cutoff rather than stopwords_max_cutoff? #43

longxudou opened this issue Apr 18, 2024 · 0 comments

Comments

@longxudou
Copy link

Thanks for your helpful codebase!

I am a bit confused about stop words filtering.
The release code removes the document, if its stop words ratio below the certain cutoff.

cond = stopwords_ratio >= stopwords_min_cutoff

But in notebook, section 2.5 states If the stop words ratio for a document is higher than a certain cutoff, it is removed.

I am wondering which one is more useful in your practice.
Thanks in advance!

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

No branches or pull requests

1 participant