mirror of
https://github.com/explosion/spaCy.git
synced 2025-04-27 20:33:42 +03:00
Update language code in usage example in comment
This commit is contained in:
parent
d097b34059
commit
42b241ccd0
|
@ -5,7 +5,7 @@ from __future__ import unicode_literals
|
||||||
"""
|
"""
|
||||||
Example sentences to test spaCy and its language models.
|
Example sentences to test spaCy and its language models.
|
||||||
|
|
||||||
>>> from spacy.lang.en.examples import sentences
|
>>> from spacy.lang.hi.examples import sentences
|
||||||
>>> docs = nlp.pipe(sentences)
|
>>> docs = nlp.pipe(sentences)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user