explosion / spacy-stanza

💥 Use the latest Stanza (StanfordNLP) research models directly in spaCy
MIT License
723 stars 59 forks source link

AttributeError: module 'spacy_stanza' has no attribute 'load_pipeline' #83

Closed ghshin-github closed 2 years ago

ghshin-github commented 2 years ago

Hello all,

Do you have any idea about this error message? I installed spacy-stanza through pip3 and worked on it in Jupyter Notebook.

Best, Gyu-Ho

adrianeboyd commented 2 years ago

load_pipeline was added in v1.0, so double-check that you have spacy v3.x and spacy-stanza v1.x.

ghshin-github commented 2 years ago

Thanks for the quick response. I will make sure the versions and try to figure it out.