mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
Merge branch 'refactor/el-candidates' of github.com:rmitsch/spaCy into refactor/el-candidates
This commit is contained in:
commit
21fa22de08
|
@ -57,7 +57,7 @@ class Candidate(BaseCandidate):
|
||||||
prior_prob: float,
|
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.
|
hash.
|
||||||
entity_hash (str): Hashed entity name /ID.
|
entity_hash (str): Hashed entity name /ID.
|
||||||
entity_freq (int): Entity frequency in KB corpus.
|
entity_freq (int): Entity frequency in KB corpus.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user