mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Fixe some things for query results
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user