Proses Pengolahan Teks
Pilih Platform:
Instagram
Twitter
Pilih Proses Pengolahan Teks:
Normalisasi
Tokenisasi
Stopword Removal
Stemming
Tampilkan Per Halaman:
10
20
50
100
Tampilkan Data
{% if error %}
{{ error }}
{% endif %} {% if result %}
Hasil Pengolahan Teks untuk {{ process_type }}:
Before {{ process_type }}:
No
Data
{% for index, row in result['before'].items() %}
{{ loop.index }}
{{ row }}
{% endfor %}
After {{ process_type }}:
No
Data
{% for index, row in result['after'].items() %}
{{ loop.index }}
{{ row }}
{% endfor %}
{% else %}
No data available for the selected process type.
{% endif %}