Drop unused InMemoryCandidate._entity_hash.

This commit is contained in:
Raphael Mitsch 2023-03-10 09:00:30 +01:00
parent 6fc7997c06
commit 27053912da

View File

@ -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