mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-22 10:02:01 +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 readonly InMemoryLookupKB _kb
|
||||
cdef hash_t _entity_hash
|
||||
cdef float _entity_freq
|
||||
cdef hash_t _mention
|
Loading…
Reference in New Issue
Block a user