{% extends 'visko2/base.html' %} {% load staticfiles %} {% block content %}

Integrated Semantic Framework

{% csrf_token %}
WSD Grammar Parse Count

Available Collections

{% csrf_token %}
Collection Query
{% if collections %} {% for collection in collections %}

{{ collection.name }}

{% for corpus in collection.corpuses %} {% endfor %}
{% endfor %} {% else %}
There is no available collection.
{% endif %} {% endblock %}