Merge branch 'refactor/el-candidates' of github.com:rmitsch/spaCy into refactor/el-candidates

This commit is contained in:
Raphael Mitsch 2023-03-10 09:04:10 +01:00
commit ce23942320

View File

@ -12,4 +12,4 @@ cdef class Candidate:
cdef class InMemoryCandidate(Candidate): cdef class InMemoryCandidate(Candidate):
cdef readonly InMemoryLookupKB _kb cdef readonly InMemoryLookupKB _kb
cdef float _entity_freq cdef float _entity_freq
cdef hash_t _mention cdef hash_t _mention