mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-19 04:20:40 +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