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

Make data cleaning optional in the LSA primitive #189

Open
thehomebrewnerd opened this issue Aug 4, 2022 · 0 comments
Open

Make data cleaning optional in the LSA primitive #189

thehomebrewnerd opened this issue Aug 4, 2022 · 0 comments

Comments

@thehomebrewnerd
Copy link
Contributor

Currently the LSA primitive implements a cleaning step before computing feature values. This cleaning removes punctuation, lowercases the test, removes stopwords and performs lemmatization, and also adds time to the calculation process. We should make this cleaning step configurable, so users that might not want the cleaning applied can optionally skip this step. To maintain current behavior, the default should be to apply cleaning.

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