Skip to content
Snippets Groups Projects
Commit e14f7a51 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development

parents 89891da6 848bc90b
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ def pj_corpus_analysis_query(query): ...@@ -81,7 +81,7 @@ def pj_corpus_analysis_query(query):
break break
chunk = results.export(context=context, cutoff=chunk_size, chunk = results.export(context=context, cutoff=chunk_size,
expand_lists=True, offset=chunk_start) expand_lists=True, offset=chunk_start)
chunk.cpos_ranges = False chunk['cpos_ranges'] = False
if (results.size == 0): if (results.size == 0):
progress = 100 progress = 100
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment