explosion / explosion/sense2vec
sense2vec with spacy nightly
Open
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 236
- PR merge metrics
- No merged PRs in 30d
Description
Is there any way to get sense2vec working with spacy nightly? Upon importing sense2vec I get the following error:
```
from spacy import component
ImportError: cannot import name 'component' from 'spacy' (/home/user/anaconda3/envs/uniqueness/lib/python3.8/site-packages/spacy_nightly-3.0.0a5-py3.8-linux-x86_64.egg/spacy/__init__.py)
```
Has component been renamed to something else in spacy v3? Or are there much bigger changes to spacy that will require a rewrite of sense2vec?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.