Category "spacy"

TypeError: add() takes exactly 2 positional arguments (3 given)

Why I am getting this error Can anyone tell please or explain me how to use it using simple example ------------------------------------------------------------

spacy with joblib library generates _pickle.PicklingError: Could not pickle the task to send it to the workers

I have a large list of sentences (~7 millions), and I want to extract the nouns from them. I used joblib library to parallelize the extracting process, like in