mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-21 17:41:59 +03:00
remove comment
This commit is contained in:
parent
4c2f80cf17
commit
09b5f61e7d
|
@ -143,7 +143,6 @@ class SpanFinder(TrainablePipe):
|
|||
threshold: float = 0.5,
|
||||
max_length: Optional[int] = None,
|
||||
min_length: Optional[int] = None,
|
||||
# XXX I think this is weird and should be just None like in
|
||||
scorer: Optional[Callable] = span_finder_score,
|
||||
spans_key: str = DEFAULT_SPANS_KEY,
|
||||
) -> None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user