{%- extends "base.html" -%} {%- block content %}

{{strings['home1']}}

{{strings['home0']}}


{{strings['home2']}}

{%- if word %} {%- else -%} {% endif -%}
{%- if list_value -%}

{{strings['home4']}} {{ word.split("_")[0].replace('::', ' ') }} ({{strings['home5']}} {{ strings[models[model]] }})

{%- if model in inferred %} {{strings['similar32']}} {%- endif %}

{{strings['frequency1']}}

    {%- for res in list_value[model] if not "unknown to the model" in list_value[model] and res[0] != "No results" %}
  1. {{res[0].split('_')[0].replace('::', ' ')}} {{ "{:.3f} ".format(res[1]) }} {% if wordimages[res[0].split('_')[0]] -%} {%- endif -%}
  2. {%- endfor %}

{%- elif error -%}

{% if 'Incorrect tag' in error -%} {{strings['similar22']}} {%- elif 'Incorrect query' in error -%} {{strings['similar21']}} {%- else -%} {{strings['similar18']}} {{ word }} {%- endif %}

{% else -%}


{% include 'social.html' %} {%- endif %} {%- endblock %}