activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. Los paquetes de conectores disponibles en Integration Service están traducidos con traducción automática.
Actividades de Integration Service
Last updated 26 de sep. de 2024

Análisis de sentimiento

Descripción

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.

Compatibilidad de proyectos

Windows | Multiplataforma

Configuración

  • ID de conexión : la conexión establecida en Integration Service. Accede al menú desplegable para elegir, añadir o gestionar conexiones.

  • Text - The text to be analyzed for sentiment. This field supports String type input.
Administrar propiedades

Utiliza el asistente Administrar propiedades para configurar o utilizar cualquiera de los campos estándar o personalizados del objeto. Puedes seleccionar campos para añadirlos al lienzo de actividad. Los campos estándar o personalizados añadidos están disponibles en el panel Propiedades (en Studio Desktop) o en Mostrar propiedades adicionales (en Studio Web).

Propiedades adicionales
Salida
  • 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.

¿Te ha resultado útil esta página?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Uipath Logo White
Confianza y seguridad
© 2005-2024 UiPath. Todos los derechos reservados.