Kembali ke Dashboard

Proses Stopword Removal

{% if result %}

Before Stopword Removal:

{% for index, row in result['before'].items() %} {% endfor %}
No Data
{{ index }} {{ row }}

After Stopword Removal:

{% for index, row in result['after'].items() %} {% endfor %}
No Data
{{ index }} {{ row }}
{% endif %}