old files from diploma's poc

This commit is contained in:
voje
2019-03-07 09:00:01 +01:00
parent d5f5533139
commit bb0f2f3b3e
95 changed files with 27579 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<ul>
{% for w in words %}
<li>
<a href="javascript:get_frames('{{ w[0] }}')">{{ w[0] + " (" + w[1]|string + ")" }}
{# Star indicates sense data has been preprocessed. #}
{% if w[2] %}
{{ "*" }}
{% endif %}
</a>
</li>
{% endfor %}
</ul>