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

Remove negation terms from the stopword list #40

Open
star1327p opened this issue Aug 24, 2024 · 0 comments
Open

Remove negation terms from the stopword list #40

star1327p opened this issue Aug 24, 2024 · 0 comments

Comments

@star1327p
Copy link

I noticed that the stopword list in English includes negation terms such as "no" and "not". These terms revert the meaning of a word or a sentence, so they should be preserved in the text data. For example, "not a good idea" would become "good idea" after stopword removal. Therefore, I recommend removing negation terms from the stopword list. Please also check if other languages (e.g. Spanish) have the same problem. Thanks!

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