From 27053912da0fbaae216e2d862371298228346063 Mon Sep 17 00:00:00 2001 From: Raphael Mitsch Date: Fri, 10 Mar 2023 09:00:30 +0100 Subject: [PATCH] Drop unused InMemoryCandidate._entity_hash. --- spacy/kb/candidate.pxd | 1 - 1 file changed, 1 deletion(-) diff --git a/spacy/kb/candidate.pxd b/spacy/kb/candidate.pxd index 23da038d3..924357ad0 100644 --- a/spacy/kb/candidate.pxd +++ b/spacy/kb/candidate.pxd @@ -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 \ No newline at end of file