mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Merge branch 'develop' of https://github.com/explosion/spaCy into develop
This commit is contained in:
commit
afc0450759
|
@ -810,8 +810,6 @@ class TextCategorizer(Pipe):
|
|||
|
||||
def set_annotations(self, docs, scores, tensors=None):
|
||||
for i, doc in enumerate(docs):
|
||||
if tensors is not None:
|
||||
doc.extend_tensor(tensors[i])
|
||||
for j, label in enumerate(self.labels):
|
||||
doc.cats[label] = float(scores[i, j])
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user