Update spacy/kb/candidate.pxd

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
Raphael Mitsch 2023-03-09 16:15:39 +01:00 committed by GitHub
parent c61654eef8
commit 34e092e4e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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