mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-11 00:32:40 +03:00
black
This commit is contained in:
parent
d13e494abd
commit
b8cdcfb2f5
|
@ -185,7 +185,7 @@ def make_spancat(
|
|||
allow_overlap=None,
|
||||
max_positive=max_positive,
|
||||
threshold=threshold,
|
||||
scorer=scorer
|
||||
scorer=scorer,
|
||||
)
|
||||
|
||||
|
||||
|
@ -248,7 +248,7 @@ def make_spancat_singlelabel(
|
|||
allow_overlap=allow_overlap,
|
||||
max_positive=None,
|
||||
threshold=None,
|
||||
scorer=scorer
|
||||
scorer=scorer,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user