MCPcopy
hub / github.com/explosion/spaCy / add_label

Method add_label

spacy/pipeline/tok2vec.py:214–215  ·  view source on GitHub ↗
(self, label)

Source from the content-addressed store, hash-verified

212 self.model.initialize(X=doc_sample)
213
214 def add_label(self, label):
215 raise NotImplementedError
216
217
218class Tok2VecListener(Model):

Callers 15

test_init_labelsFunction · 0.45
nlpFunction · 0.45
test_issue2179Function · 0.45
test_issue2800Function · 0.45
test_issue3209Function · 0.45
test_labels_from_BILUOFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_init_labelsFunction · 0.36
nlpFunction · 0.36
test_issue2179Function · 0.36
test_issue2800Function · 0.36
test_issue3209Function · 0.36
test_labels_from_BILUOFunction · 0.36
test_issue4267Function · 0.36