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
Hello, I'm a spaCy core developer. Thank you for creating and maintaining this package.
I was recently updating the example docs for this package in the Universe (explosion/spaCy#11593), and looking at the implementation, I noticed you have two calls to Language.factory with different names. This means the component can be added with nlp.add_pipe("spacy_wordnet") or nlp.add_pipe("wordnet"). Is this intentional?
The text was updated successfully, but these errors were encountered:
Hello, I'm a spaCy core developer. Thank you for creating and maintaining this package.
I was recently updating the example docs for this package in the Universe (explosion/spaCy#11593), and looking at the implementation, I noticed you have two calls to
Language.factory
with different names. This means the component can be added withnlp.add_pipe("spacy_wordnet")
ornlp.add_pipe("wordnet")
. Is this intentional?The text was updated successfully, but these errors were encountered: