Commit 52098144 authored by delanoe's avatar delanoe

[FIX] workflow ngram function needeed.

parent 0a21ff12
...@@ -6,7 +6,7 @@ from ngram.stop import compute_stop ...@@ -6,7 +6,7 @@ from ngram.stop import compute_stop
from ngram.group import compute_groups from ngram.group import compute_groups
from gargantext_web.db import get_or_create_node from gargantext_web.db import get_or_create_node
from ngram.mapList import compute_mapList from ngram.mapList import compute_mapList
# from ngram.occurrences import compute_occs from ngram.occurrences import compute_occs
from gargantext_web.db import session , Node , NodeNgram from gargantext_web.db import session , Node , NodeNgram
from admin.utils import WorkflowTracking from admin.utils import WorkflowTracking
......
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