{% extends "base_visualize.html" %} {% set active_page = 'wordcloud' %} {% block head %} {% endblock %} {% block title %}visualizer{% endblock %} {% block options %} Word Cloud Options {% if JSONObj %}
View Word Counts
{% endif %} Select a Document (Large graphs can take a while to render.) {% if labels|len > 0 %}
{%- endif %}
{% for fileID, label in labels.items() %}
{%- endfor %} {% if labels|len == 0 %} No Documents are Selected {%- endif %}
{% endblock %} {% block results %} {% if not JSONObj %}

Please select the documents for the word cloud.

{% else %}


SVG | PNG

° °


How the Word Cloud Generator Works.

Copyright © Jason Davies 2012.
Modified slightly to use Lexos data.

{% endif %} {% endblock %} {% block submit %} Get Graph {% endblock %}