small import fixes

This commit is contained in:
svlandeg 2020-08-27 14:50:43 +02:00
parent 28e4ba7270
commit 329e490560
1 changed files with 2 additions and 1 deletions

View File

@ -552,8 +552,9 @@ vectors, but combines them via summation with a smaller table of learned
embeddings.
```python
from thinc.api import add, chain, remap_ids, Embed
from thinc.api import add, chain, remap_ids, Embed, FeatureExtractor
from spacy.ml.staticvectors import StaticVectors
from spacy.util import registry
@registry.architectures("my_example.MyEmbedding.v1")
def MyCustomVectors(