Sentiment Analyzer

Instantly analyze the sentiment of your text.

{% if result is not none %} {% endif %} {% if result is not none %}
{% if result == 1 %}

Positive Sentiment

The analysis indicates a positive tone.

{% if confidence %}
Confidence: {{ "%.2f"|format(confidence) }}%
{% endif %}
{% else %}

Negative Sentiment

The analysis indicates a negative tone.

{% if confidence %}
Confidence: {{ "%.2f"|format(confidence) }}%
{% endif %}
{% endif %}
{% endif %}