mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 02:36:32 +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 ..util import ensure_path, to_disk, from_disk
|
||||||
from ..tokens import Doc, Span
|
from ..tokens import Doc, Span
|
||||||
from ..matcher import Matcher, PhraseMatcher
|
from ..matcher import Matcher, PhraseMatcher
|
||||||
|
from ..scorer import Scorer
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_ENT_ID_SEP = "||"
|
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 ..tokens import Doc
|
||||||
from ..language import Language
|
from ..language import Language
|
||||||
from ..vocab import Vocab
|
from ..vocab import Vocab
|
||||||
|
from ..scorer import Scorer
|
||||||
from .. import util
|
from .. import util
|
||||||
from .pipe import Pipe
|
from .pipe import Pipe
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user