{% include 'header.html' %}
Input Kalimat Tes Model

Silahkan ketik kalimat untuk mencoba model yang dibuat berjalan sesuai dengan keinginan atau tidak. Untuk output [0] = positif dan [1] = negatif.

Hasil Tes Model
{% for result in results %} {% endfor %}
Kalimat Sebelum Preprocessing Kalimat Sesudah Preprocessing Hasil Analisis Sentimen
{{ result.original_text }} {{ result.preprocessed_text }} {{ result.sentiment }}
{% include 'footer.html' %}