From 0680958476944b69c5946014f2ad7791f172a29c Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Wed, 1 Mar 2023 12:42:08 +0100 Subject: [PATCH] Update spacy/kb/candidate.py Co-authored-by: Sofie Van Landeghem --- spacy/kb/candidate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/kb/candidate.py b/spacy/kb/candidate.py index 190792fbe..79e1666f1 100644 --- a/spacy/kb/candidate.py +++ b/spacy/kb/candidate.py @@ -57,7 +57,7 @@ class Candidate(BaseCandidate): prior_prob: float, ): """ - retrieve_string_from_hash (Callable[[int], str]): Callable retrieveing entity name from provided entity/vocab + retrieve_string_from_hash (Callable[[int], str]): Callable retrieving entity name from provided entity/vocab hash. entity_hash (str): Hashed entity name /ID. entity_freq (int): Entity frequency in KB corpus.