mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 09:15:41 +00:00
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
commit
e14f7a517b
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user