mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-14 18:22:27 +03:00
Drop unused InMemoryCandidate._entity_hash.
This commit is contained in:
parent
6fc7997c06
commit
27053912da
|
@ -11,6 +11,5 @@ cdef class Candidate:
|
||||||
|
|
||||||
cdef class InMemoryCandidate(Candidate):
|
cdef class InMemoryCandidate(Candidate):
|
||||||
cdef readonly InMemoryLookupKB _kb
|
cdef readonly InMemoryLookupKB _kb
|
||||||
cdef hash_t _entity_hash
|
|
||||||
cdef float _entity_freq
|
cdef float _entity_freq
|
||||||
cdef hash_t _mention
|
cdef hash_t _mention
|
Loading…
Reference in New Issue
Block a user