mirror of https://github.com/explosion/spaCy.git
Merge pull request #10793 from Schero1994/feature/update
Update spaCy Universe: spacytextblob (code example)
This commit is contained in:
commit
7634a488fe
|
@ -298,6 +298,10 @@
|
|||
"github": "SamEdwardes/spacytextblob",
|
||||
"pip": "spacytextblob",
|
||||
"code_example": [
|
||||
"# the following installations are required",
|
||||
"# python -m textblob.download_corpora",
|
||||
"# python -m spacy download en_core_web_sm",
|
||||
"",
|
||||
"import spacy",
|
||||
"from spacytextblob.spacytextblob import SpacyTextBlob",
|
||||
"",
|
||||
|
|
Loading…
Reference in New Issue