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
When I tried to preprocess my data, I encountered this error: ImportError: cannot import name 'SentenceSegmenter' from 'spacy.pipeline' when running parse.py. I checked for spacy documentation and it doesn't have the SentenceSegmenter feature. May I get your advice on how to solve this issue?
Thank you so much!
The text was updated successfully, but these errors were encountered:
Thanks for your interest @Yocodeyo ! What version of spaCy are you using? The current version of the preprocessing tools only support spaCy version 2.3.x so using 3.x could be the culprit.
Hi, thank you for the interesting piece of work!
When I tried to preprocess my data, I encountered this error: ImportError: cannot import name 'SentenceSegmenter' from 'spacy.pipeline' when running parse.py. I checked for spacy documentation and it doesn't have the SentenceSegmenter feature. May I get your advice on how to solve this issue?
Thank you so much!
The text was updated successfully, but these errors were encountered: