🧠Ruby's Concept Clusters
{% for cluster_id, words in clusters.items() %}
Concept {{ cluster_id }}
{% for word in words %}
{{ word }}
{% endfor %}
{% endfor %}