mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	Add Inspect view
This commit is contained in:
		@@ -296,5 +296,6 @@ class CQiWrapper(CQiClient):
 | 
			
		||||
        logger.warning('Got all sentences informations in {} seconds'. format(t_total))
 | 
			
		||||
        match_context = {'context_s_cpos': context_sentences,
 | 
			
		||||
                         'cpos_lookup': all_cpos_infos,
 | 
			
		||||
                         'text_lookup': text_lookup}
 | 
			
		||||
                         'text_lookup': text_lookup,
 | 
			
		||||
                         'match_cpos_list': match_cpos_list}
 | 
			
		||||
        return match_context
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user