mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-18 20:22:25 +03:00
Import cleanup
This commit is contained in:
parent
6087da9675
commit
e721c7bed8
|
@ -1,7 +1,6 @@
|
||||||
from thinc.types import Ints2d
|
from thinc.types import Ints2d
|
||||||
from spacy.tokens import Doc
|
from spacy.tokens import Doc
|
||||||
from typing import List, Tuple, Callable, Any, Set, Dict
|
from typing import List, Tuple, Set
|
||||||
from ...util import registry
|
|
||||||
|
|
||||||
# type alias to make writing this less tedious
|
# type alias to make writing this less tedious
|
||||||
MentionClusters = List[List[Tuple[int, int]]]
|
MentionClusters = List[List[Tuple[int, int]]]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user