mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-27 06:11:34 +00:00
Clean up corpus analysis and add new features
This commit is contained in:
@@ -43,7 +43,7 @@ def corpus_analysis_query(query):
|
||||
response = {'code': 1}
|
||||
socketio.emit('corpus_analysis_query', response, room=request.sid)
|
||||
else:
|
||||
chunk_size = 500
|
||||
chunk_size = 100
|
||||
chunk_start = 0
|
||||
context = 100
|
||||
while chunk_start < client.match_count:
|
||||
|
Reference in New Issue
Block a user