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

Feature request: stopwords argument input is not intuitive #182

Closed
martinctc opened this issue Aug 27, 2021 · 0 comments · Fixed by #200
Closed

Feature request: stopwords argument input is not intuitive #182

martinctc opened this issue Aug 27, 2021 · 0 comments · Fixed by #200
Labels
enhancement New feature or request

Comments

@martinctc
Copy link
Member

Currently, the stopwords argument for text mining functions such as tm_cooc() requires passing a data frame with a single column header word to it. For many users, this is not intuitive and passing a character vector would make much more sense. An improvement (that preserves backward compatibility) is to enable both a data frame and a character vector to be passed to this argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant