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

Function _get_docs

spacy/cli/debug_model.py:193–195  ·  view source on GitHub ↗
(lang: str = "en")

Source from the content-addressed store, hash-verified

191
192
193def _get_docs(lang: str = "en"):
194 nlp = util.get_lang_class(lang)()
195 return list(nlp.pipe(_sentences()))
196
197
198def _set_output_dim(model, nO):

Callers 1

debug_modelFunction · 0.85

Calls 2

_sentencesFunction · 0.85
pipeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…