mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-22 01:51:58 +03:00
Fix imports
This commit is contained in:
parent
a6177187c2
commit
b44f94dafa
|
@ -1,11 +1,13 @@
|
|||
from typing import List, Tuple, Callable, Optional, Sequence, cast
|
||||
from typing import List, Tuple, Callable, Optional, cast
|
||||
import warnings
|
||||
|
||||
from thinc.initializers import glorot_uniform_init
|
||||
from thinc.util import partial
|
||||
from thinc.types import Ragged, Floats2d, Floats1d, Ints1d
|
||||
from thinc.api import Model, Ops, registry
|
||||
|
||||
from ..tokens import Doc
|
||||
from ..errors import Errors
|
||||
from ..errors import Errors, Warnings
|
||||
from ..vectors import Mode
|
||||
from ..vocab import Vocab
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user