activities
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 Integration Service で提供されるコネクタ パッケージは機械翻訳で処理されています。
Integration Service のアクティビティ
Last updated 2024年9月26日

Sentiment Analysis (感情分析)

説明

Analyze a given text to determine its sentiment, providing a detailed breakdown of positive, negative, and neutral elements, along with an overall sentiment score and analysis of undertones.

プロジェクトの対応 OS

Windows | クロスプラットフォーム

構成

  • コネクション ID - Integration Service で確立されたコネクションです。ドロップダウン メニューからコネクションを選択、追加、または管理します。

  • Text - The text to be analyzed for sentiment. This field supports String type input.
プロパティを管理

[プロパティを管理] ウィザードを使用して、オブジェクトの標準フィールドまたはカスタム フィールドを設定または使用します。フィールドを選択して、アクティビティ キャンバスに追加できます。 追加した標準フィールドまたはカスタム フィールドは、[ プロパティ] パネル (デスクトップ版の Studio) または [ その他のプロパティを表示] (Studio Web の場合) で使用できます。

その他のプロパティ
出力
  • Overall Sentiment - Contains the sentiment score and label:
    • Very Negative: -99 to -67
    • Negative: -66 to -34
    • Slightly Negative: -33 to -1
    • Neutral: 0
    • Slightly Positive: 1 to 33
    • Positive: 34 to 66
    • Very Positive: 67 to 99
  • Sentiment Breakdown - Counts of positive, negative, neutral, and total statements.
  • Confidence Level - The overall confidence level of the analysis.
  • Key Phrases - A string of key phrases identified in the sentiment analysis.
  • Analysis - Detailed explanation of the sentiment analysis.
  • Undertones - Subtle undertones detected in the text with their impact.
  • Sentiment Analysis - Automatically generated output variable.

Output JSON format:

{
  "overallSentiment": {
    "score": 0,
    "label": ""
  },
  "sentimentBreakdown": {
    "positiveStatements": 0,
    "negativeStatements": 0,
    "neutralStatements": 0,
    "totalStatements": 0
  },
  "confidenceLevel": 0,
  "keyPhrases": [
    {
      "phrase": "",
      "sentiment": "",
      "confidence": 0
    }
  ],
  "analysis": "",
  "undertones": [
    {
      "description": "",
      "impact": ""
    }
  ]
}{
  "overallSentiment": {
    "score": 0,
    "label": ""
  },
  "sentimentBreakdown": {
    "positiveStatements": 0,
    "negativeStatements": 0,
    "neutralStatements": 0,
    "totalStatements": 0
  },
  "confidenceLevel": 0,
  "keyPhrases": [
    {
      "phrase": "",
      "sentiment": "",
      "confidence": 0
    }
  ],
  "analysis": "",
  "undertones": [
    {
      "description": "",
      "impact": ""
    }
  ]
}

Limitations and other considerations

  • The complexity and length of the input text may affect the accuracy of the analysis.

  • The system may have difficulties with highly context-dependent or culturally specific expressions.

  • Sarcasm, irony, and other forms of figurative language may pose challenges for accurate sentiment detection.

  • The system's performance may vary across different languages or dialects.

このページは役に立ちましたか?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo White
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.