Added a logo to spaCyTextBlob (#7818)

* Added a logo to spaCyTextBlob

* Updated to better thumb
This commit is contained in:
Sam Edwardes 2021-04-21 23:41:55 -07:00 committed by GitHub
parent bbade153ed
commit b8c6c10c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@
"id": "spacy-textblob", "id": "spacy-textblob",
"title": "spaCyTextBlob", "title": "spaCyTextBlob",
"slogan": "Easy sentiment analysis for spaCy using TextBlob. Now supports spaCy 3.0!", "slogan": "Easy sentiment analysis for spaCy using TextBlob. Now supports spaCy 3.0!",
"thumb": "https://github.com/SamEdwardes/spaCyTextBlob/raw/main/website/static/img/logo-thumb-square-250x250.png",
"description": "spaCyTextBlob is a pipeline component that enables sentiment analysis using the [TextBlob](https://github.com/sloria/TextBlob) library. It will add the additional extensions `._.polarity`, `._.subjectivity`, and `._.assessments` to `Doc`, `Span`, and `Token` objects. For spaCy 2 please use `pip install pip install spacytextblob==0.1.7`", "description": "spaCyTextBlob is a pipeline component that enables sentiment analysis using the [TextBlob](https://github.com/sloria/TextBlob) library. It will add the additional extensions `._.polarity`, `._.subjectivity`, and `._.assessments` to `Doc`, `Span`, and `Token` objects. For spaCy 2 please use `pip install pip install spacytextblob==0.1.7`",
"github": "SamEdwardes/spaCyTextBlob", "github": "SamEdwardes/spaCyTextBlob",
"pip": "spacytextblob", "pip": "spacytextblob",