Skip to content
Snippets Groups Projects
Commit e7770061 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Add comment

parent 1c8146e4
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ from ..events import connected_sessions
from ..models import Corpus, User
import cqi
import math
import logging
'''
......@@ -124,6 +125,10 @@ def corpus_analysis_query(query):
chunk_start = 0
context = 50
progress = 0
# for attr in corpus.structural_attributes.list():
# if attr.attrs['name'] == 'text':
# text_attr = attr
# logging.warning(results.fdist_1(15, results.attrs['fields']['match'], text_attr))
client.status = 'running'
while chunk_start <= results.attrs['size']:
if client.status == 'abort':
......
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