Overview
topics
vocabulary
-
Details about a topic
{% for i in topic_ids %}
{{ i }}
{% endfor %}
Vocabulary
Number of words : {{ vocabulary_size }}
{% for vocabulary in splitted_vocabulary %}
{% for indexed_word in vocabulary %}
{{ indexed_word[1] }}
{% endfor %}
{% endfor %}