mirror of
https://github.com/explosion/spaCy.git
synced 2025-05-02 06:43:40 +03:00
Update spacy/pipeline/spancat_exclusive.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
parent
95c5bfcc78
commit
1b1afd2251
|
@ -1,5 +1,5 @@
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from typing import Any, Callable, Dict, Iterable, List, Optional, Tuple, cast
|
from typing import Callable, Dict, Iterable, List, Optional, Tuple, cast
|
||||||
|
|
||||||
import numpy
|
import numpy
|
||||||
from thinc.api import Config, Model, Ops, Optimizer
|
from thinc.api import Config, Model, Ops, Optimizer
|
||||||
|
|
Loading…
Reference in New Issue
Block a user