mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-27 08:29:51 +03:00
update docstring for nn/examples.py
This commit is contained in:
parent
f8c0d826d6
commit
15da3da8b4
|
@ -1,7 +1,7 @@
|
||||||
"""
|
"""
|
||||||
Example sentences to test spaCy and its language models.
|
Example sentences to test spaCy and its language models.
|
||||||
|
|
||||||
>>> from mv_spacy_lang.nn.examples import sentences
|
>>> from spacy.lang.nn.examples import sentences
|
||||||
>>> docs = nlp.pipe(sentences)
|
>>> docs = nlp.pipe(sentences)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user