mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 20:30:24 +03:00
cleanup remnants from merge conflicts
This commit is contained in:
parent
c4c41b14cf
commit
6243ac35eb
|
@ -616,7 +616,7 @@ cdef class Doc:
|
|||
"""
|
||||
if "has_vector" in self.user_hooks:
|
||||
return self.user_hooks["has_vector"](self)
|
||||
elif self.vocab.vectors.data.size:
|
||||
elif self.vocab.vectors.size:
|
||||
return True
|
||||
elif self.tensor.size:
|
||||
return True
|
||||
|
|
Loading…
Reference in New Issue
Block a user