Kembali ke Dashboard
{% if result %}
Before Stopword Removal:
No |
Data |
{% for index, row in result['before'].items() %}
{{ index }} |
{{ row }} |
{% endfor %}
After Stopword Removal:
No |
Data |
{% for index, row in result['after'].items() %}
{{ index }} |
{{ row }} |
{% endfor %}
{% endif %}