Commit 38556c56 authored by delanoe's avatar delanoe

[FEAT] Workflow ngram, ok, need to adapt quantities and be tested with new interface.

parent e78c893b
......@@ -7,8 +7,8 @@ from sqlalchemy import literal_column
from sqlalchemy.orm import aliased
from sqlalchemy.sql import func
from gargantext_web.db import Node, NodeNgram, NodeNgramNgram
from gargantext_web.db import session, cache, get_or_create_node
from gargantext_web.db import Node, NodeNgram, NodeNgramNgram, NodeNodeNgram
from gargantext_web.db import session, cache, get_or_create_node, bulk_insert
from collections import defaultdict
......
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