Merge pull request #10793 from Schero1994/feature/update

Update spaCy Universe: spacytextblob (code example)
This commit is contained in:
Paul O'Leary McCann 2022-05-13 12:07:37 +09:00 committed by GitHub
commit 7634a488fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",
"",