frontend_devops fix

This commit is contained in:
2019-03-20 17:49:34 +01:00
parent fbe9eb7b0f
commit aab075a291
96 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
<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>