mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 04:10:20 +03:00
Update spacy/pipeline/span_finder.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
parent
b2c56a089e
commit
92a8ad8fa7
|
@ -128,7 +128,7 @@ def _char_indices(span: Span) -> Tuple[int, int]:
|
||||||
class SpanFinder(TrainablePipe):
|
class SpanFinder(TrainablePipe):
|
||||||
"""Pipeline that learns span boundaries.
|
"""Pipeline that learns span boundaries.
|
||||||
|
|
||||||
DOCS: https://spacy.io/api/spancategorizer
|
DOCS: https://spacy.io/api/spanfinder
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user