mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Add missing Scorer imports
This commit is contained in:
parent
8bb0507777
commit
34c92dfe63
|
@ -8,6 +8,7 @@ from ..errors import Errors
|
|||
from ..util import ensure_path, to_disk, from_disk
|
||||
from ..tokens import Doc, Span
|
||||
from ..matcher import Matcher, PhraseMatcher
|
||||
from ..scorer import Scorer
|
||||
|
||||
|
||||
DEFAULT_ENT_ID_SEP = "||"
|
||||
|
|
|
@ -8,6 +8,7 @@ from ..gold import Example, spans_from_biluo_tags, iob_to_biluo, biluo_to_iob
|
|||
from ..tokens import Doc
|
||||
from ..language import Language
|
||||
from ..vocab import Vocab
|
||||
from ..scorer import Scorer
|
||||
from .. import util
|
||||
from .pipe import Pipe
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user