You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, it's necessary to run
nate.preprocess
to get the spaCy data necessary to instantiate anate
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.
The text was updated successfully, but these errors were encountered: