mirror of https://github.com/explosion/spaCy.git
update spaCy Universe: spacytextblob (code example)
This commit is contained in:
parent
cb06309ed8
commit
f5952c0851
|
@ -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