{% extends "!page.html" %} {% block extrahead %} {{ super() }} {% if current_page_name == 'index' %} {% endif %} {% endblock %} {% block sidebar1 %} {{ super() }} {% if current_page_name == '_index' %}

Download

Get gensim from the Python Package Index or install directly with:

easy_install -U gensim
{% endif %} {% endblock %} {% block relbar2 %} {% if current_page_name != 'index' %} {{ super() }} {% endif %} {% endblock %}