Commit 5747e17c authored by Administrator's avatar Administrator

[FIX] Uncomment extracting ngrams

parent a3fc0968
......@@ -242,7 +242,7 @@ def project(request, project_id):
corpus.parse_resources()
# async
#corpus.children.filter(type_id=type_document.pk).extract_ngrams(keys=['title',])
corpus.children.filter(type_id=type_document.pk).extract_ngrams(keys=['title',])
#corpus.children.filter(type_id=type_document.pk).extract_ngrams(keys=['title',])
except Exception as error:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment