{% extends "base.html" %} {% block content %} {% include "header.html" %}
Searched for:  
  =   {{ all_tot }} - {{ all_words|length }} - {{ all_files|length }}

Poetry * {{ corpus }}

Displayed either in Raymond Queneau style or randomised. Hover for source and algorithm.

blank
  • Clicks1: 1
  • Clicks2: 1
  • Clicks3: 1
  • Clicks4: 1
  • Clicks5: 1
  • Clicks6: 1
  • Clicks7: 1
  • Clicks8: 1
  • Clicks9: 1
  • Clicks10: 1
  • Clicks11: 1
  • Clicks12: 1
  • Clicks13: 1
  • Clicks14: 1
{{ part }}
{{ query }}
{{ corpus }}
0
{{ lol|length }}

Email this poem!

{% if (lol|length) != 0 %}
{% for n in range(1, lol|length + 1) %}
{% for sens in lol[n-1] %}{{ sens[1][0] }}
{{ sens[1][2] }}
{% endfor %}
{% endfor %}
{% else %}

Not enough results found.

{% endif %}

Email this poem!

{% if all_sens|length != 0 %} {% for n in range(0, 14) %} {% set rid = ['subpoem', n|string]|join %} {% set rsens = all_sens|random %}
{{ rsens[1][0] }}
{{ rsens[1][2] }}

{% endfor %} {% else %} No results found. {% endif %}

Sources {{ corpus }}

Sorted by source. Hover for algorithm.

{% for file in all_files %}

{{ file }}

    {% for sens in all_sens %} {% if file == sens[0] %}
  • ...{{ sens[1][0] }}
    {{ sens[1][2] }}...
  • {% endif %} {% endfor %}

{% endfor %}

Algorithms {{ corpus }}

Sorted by algorithm. Hover for source.

{% for algo in ['Clinamen', 'Syzygy', 'Antinomy'] %} {% if algo == 'Clinamen' %}

{% if clin_sens|length > 0 %} Clinamen - {{ clin_sens|length }} results for {{ clin_words|length }} pataphysicalised {% if clin_words|length == 1 %}reverberation{% else %}reverberations{% endif %} found in {{ clin_files|length }} {% if clin_files|length == 1 %}origin{% else %}origins{% endif %}. {% else %} Clinamen - Sorry, no pataphysicalised reverberations found! {% endif %}

{% endif %} {% if algo == 'Syzygy' %}

{% if sys_sens|length > 0 %} Syzygy - {{ sys_sens|length }} results for {{ sys_words|length }} pataphysicalised {% if sys_words|length == 1 %}reverberation{% else %}reverberations{% endif %} found in {{ sys_files|length }} {% if sys_files|length == 1 %}origin{% else %}origins{% endif %}. {% else %} Syzygy - Sorry, no pataphysicalised reverberations found! {% endif %}

{% endif %} {% if algo == 'Antinomy' %}

{% if anti_sens|length > 0 %} Antinomy - {{ anti_sens|length }} results for {{ anti_words|length }} pataphysicalised {% if anti_words|length == 1 %}reverberation{% else %}reverberations{% endif %} found in {{ anti_files|length }} {% if anti_files|length == 1 %}origin{% else %}origins{% endif %}. {% else %} Antinomy - Sorry, no pataphysicalised reverberations found! {% endif %}

{% endif %}
    {% for sens in all_sens %} {% if sens[2] == algo %}
  • ...{{ sens[1][0] }}
    {{ sens[1][2] }}...
  • {% endif %} {% endfor %}
{% endfor %}
{% endblock %}