From b8c6c10c6faaedee61140b9e439dd3242a698820 Mon Sep 17 00:00:00 2001 From: Sam Edwardes Date: Wed, 21 Apr 2021 23:41:55 -0700 Subject: [PATCH] Added a logo to spaCyTextBlob (#7818) * Added a logo to spaCyTextBlob * Updated to better thumb --- website/meta/universe.json | 1 + 1 file changed, 1 insertion(+) diff --git a/website/meta/universe.json b/website/meta/universe.json index 983846d48..50137ee99 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -138,6 +138,7 @@ "id": "spacy-textblob", "title": "spaCyTextBlob", "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`", "github": "SamEdwardes/spaCyTextBlob", "pip": "spacytextblob",