update spaCy Universe: spacytextblob (code example)

This commit is contained in:
schaeran 2022-05-12 18:23:00 +02:00
parent cb06309ed8
commit f5952c0851
1 changed files with 4 additions and 0 deletions

View File

@ -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",
"",