This commit is contained in:
Patrick Jentsch 2020-04-02 10:43:01 +02:00
parent b8a086f389
commit 848bc90b0c

View File

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