mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 10:16:27 +03:00
Use spaCy's StaticVectors
This commit is contained in:
parent
984754e3be
commit
44d350dc94
|
@ -5,7 +5,6 @@ from thinc.api import SparseLinear, Softmax, softmax_activation, Maxout, reduce_
|
||||||
from thinc.api import HashEmbed, with_ragged, with_array, with_cpu, uniqued
|
from thinc.api import HashEmbed, with_ragged, with_array, with_cpu, uniqued
|
||||||
from thinc.api import Relu, residual, expand_window, FeatureExtractor
|
from thinc.api import Relu, residual, expand_window, FeatureExtractor
|
||||||
|
|
||||||
from ..spacy_vectors import SpacyVectors
|
|
||||||
from ... import util
|
from ... import util
|
||||||
from ...attrs import ID, ORTH, PREFIX, SUFFIX, SHAPE, LOWER
|
from ...attrs import ID, ORTH, PREFIX, SUFFIX, SHAPE, LOWER
|
||||||
from ...util import registry
|
from ...util import registry
|
||||||
|
|
Loading…
Reference in New Issue
Block a user