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

Method extend

spacy/util.py:351–352  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

349 raise NotImplementedError(self.error)
350
351 def extend(self, *args, **kwargs):
352 raise NotImplementedError(self.error)
353
354 def insert(self, *args, **kwargs):
355 raise NotImplementedError(self.error)

Callers 15

test_simple_frozen_listFunction · 0.95
__init__Method · 0.80
pos_lookup_lemmatizeMethod · 0.80
_get_pkuseg_trie_dataFunction · 0.80
rule_lemmatizeMethod · 0.80
lemmatize_adjMethod · 0.80
lemmatize_nounMethod · 0.80
lemmatize_verbMethod · 0.80
_make_ro_variantsFunction · 0.80
rule_lemmatizeMethod · 0.80
get_pos_from_wiktionaryFunction · 0.80
rule_lemmatizeMethod · 0.80

Calls

no outgoing calls

Tested by 6

test_simple_frozen_listFunction · 0.76
test_issue2800Function · 0.64
test_issue4402Function · 0.64
test_span_group_extendFunction · 0.64
test_span_groupsFunction · 0.64