Skip to content

Commit 9a87f3d

Browse files
committed
Updated spacy-unvivers.json
1 parent 09ac7bf commit 9a87f3d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spacy-universe.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "spacytextblob",
44
"slogan": "A TextBlob sentiment analysis pipeline component for spaCy.",
55
"thumb": "https://github.com/SamEdwardes/spacytextblob/raw/main/docs/static/img/logo-thumb-square-250x250.png",
6-
"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 `._.blob`, to `Doc`, `Span`, and `Token` objects.",
6+
"description": "spacytextblob is a pipeline component that enables sentiment analysis using the [TextBlob](https://github.com/sloria/TextBlob) library. It will add the additional extension `._.blob` to `Doc`, `Span`, and `Token` objects.",
77
"github": "SamEdwardes/spacytextblob",
88
"pip": "spacytextblob",
99
"code_example": [
@@ -28,5 +28,6 @@
2828
"website": "https://samedwardes.com"
2929
},
3030
"category": ["pipeline"],
31-
"tags": ["sentiment", "textblob"]
31+
"tags": ["sentiment", "textblob"],
32+
"spacy_version": 3
3233
}

0 commit comments

Comments
 (0)