mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-11 17:56:30 +03:00
remove TODO note
This commit is contained in:
parent
2c9804038d
commit
080066ae74
|
@ -478,7 +478,7 @@ class Scorer:
|
||||||
negative_labels (Iterable[str]): The string values that refer to no annotation (e.g. "NIL")
|
negative_labels (Iterable[str]): The string values that refer to no annotation (e.g. "NIL")
|
||||||
RETURNS (Dict[str, Any]): A dictionary containing the scores.
|
RETURNS (Dict[str, Any]): A dictionary containing the scores.
|
||||||
|
|
||||||
DOCS (TODO): https://nightly.spacy.io/api/scorer#score_links
|
DOCS: https://nightly.spacy.io/api/scorer#score_links
|
||||||
"""
|
"""
|
||||||
f_per_type = {}
|
f_per_type = {}
|
||||||
for example in examples:
|
for example in examples:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user