Add Inspect view

This commit is contained in:
Stephan Porada
2019-12-03 15:11:31 +01:00
parent a4ffee5b2e
commit 7ec41a03be
3 changed files with 70 additions and 12 deletions

View File

@ -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