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

Implement checks for preprocessing (and run if missing) for each pipeline #14

Open
pbrowne88 opened this issue Mar 13, 2020 · 0 comments
Labels
Improvement This thing works, but needs to be improved

Comments

@pbrowne88
Copy link
Member

Currently, it's necessary to run nate.preprocess to get the spaCy data necessary to instantiate a nate pipeline.

First, pipelines should elegantly check to see if the necessary preprocessing has been completed. This should be simple and is a logical endpoint.

For further user friendliness, though, it would be prudent to enable each of the pipeline-returning functions to also run preprocessing using defaults that will configure the preprocess function to meet their requirements.

Low priority.

@pbrowne88 pbrowne88 added feature request Requested enhancements, long-term Improvement This thing works, but needs to be improved and removed feature request Requested enhancements, long-term labels Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement This thing works, but needs to be improved
Projects
None yet
Development

No branches or pull requests

1 participant