Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sentiment Analysis Plugin

️ This plugin is now "deprecated", we recommend using the [Generative AI](https://doc.dataiku.com/dss/latest/generative-ai/index.html) feature.
️️ Dataiku strongly recommends to rather use the native [Generative AI](https://doc.dataiku.com/dss/latest/generative-ai/index.html) features, which mostly supersede this plugin.

![Build status](https://github.com/dataiku/dss-plugin-nlp-sentiment-analysis/actions/workflows/auto-make.yml/badge.svg) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/dataiku/dss-plugin-nlp-sentiment-analysis?logo=github) ![Support level](https://img.shields.io/badge/support-Unsupported-orange)

Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "sentiment-analysis",
"version": "1.6.0",
"version": "1.6.1",
"meta": {
"label": "Sentiment Analysis",
"category": "Natural Language Processing",
"description": "Estimate the sentiment polarity of text data. ⚠️ This plugin is now \"deprecated\", we recommend using the [Generative AI](https://doc.dataiku.com/dss/latest/generative-ai/index.html) feature.",
"description": "Estimate the sentiment polarity of text data. ⚠️ Dataiku strongly recommends to rather use the native [Generative AI](https://doc.dataiku.com/dss/latest/generative-ai/index.html) features, which mostly supersede this plugin.",
"author": "Dataiku (Alex COMBESSIE, Hicham EL BOUKKOURI)",
"icon": "icon-heart",
"licenseInfo": "BSD 3-Clause License",
Expand Down
Loading