Analysis Results
Original Comment:
{{ result.original_comment }}
Cleaned Comment:
{{ result.cleaned_comment }}
Sentiment Analysis:
Label: {{ result.sentiment.label }}
Score: {{ result.sentiment.score }}
Detected Entities:
{% for entity in result.entities %}
- {{ entity.word }} - {{ entity.entity_group }} (Score: {{ entity.score }})
{% endfor %}
Analyze Another Comment