Fixe some things for query results

This commit is contained in:
Stephan Porada
2019-11-28 15:19:52 +01:00
parent dbd580b3c0
commit 1c9e715980
3 changed files with 17 additions and 10 deletions

View File

@ -269,10 +269,11 @@
</tr>
<tr>
<td class="left-align">
word: ${token["word"]}<br>
lemma: ${token["lemma"]}<br>
pos: ${token["pos"]}<br>
simple_pos: ${token["simple_pos"]}
Word: ${token["word"]}<br>
Lemma: ${token["lemma"]}<br>
POS: ${token["pos"]}<br>
Simple POS: ${token["simple_pos"]}<br>
NER: ${token["ner"]}
</td>
<td class="left-align">
Title: ${result["text_lookup"][token["text"]]["title"]}<br>