Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
193
def
_get_docs(lang: str =
"en"
):
194
nlp = util.get_lang_class(lang)()
195
return
list(nlp.pipe(_sentences()))
196
197
198
def
_set_output_dim(model, nO):
Callers
1
debug_model
Function · 0.85
Calls
2
_sentences
Function · 0.85
pipe
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…