mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-03 12:43:15 +03:00
Fix docstring [ci skip]
This commit is contained in:
parent
8d56260d92
commit
6e2623d3f8
|
@ -78,7 +78,7 @@ class Pipe:
|
||||||
docs (Iterable[Doc]): The documents to modify.
|
docs (Iterable[Doc]): The documents to modify.
|
||||||
scores: The scores to assign.
|
scores: The scores to assign.
|
||||||
|
|
||||||
DOCS: https://spacy.io/api/pipe#predict
|
DOCS: https://spacy.io/api/pipe#set_annotations
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user