You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cjvt-valency/dip_src/flask_app/templates/token.html

17 lines
403 B

<table>
<tr>
<td>{{ tid }}: </td>
<td>{{ token }}</td>
</tr>
<tr>
<td>Stavek: </td>
<td class="token-sentence">{% for token in sentence %}
<span title="{{ token[1] }}" class="{{ token[0] }}">{{ token[1]["word"] }}</span>
{% endfor %}</td>
</tr>
<tr>
<td>sense_ids: </td>
<td>{{ sense_ids }}</td>
</tr>
</table>