Commit 1b1417de authored by Romain Loth's avatar Romain Loth

comment

parent 36cd53ef
......@@ -9,6 +9,9 @@ from re import sub
from gargantext.util.scheduling import scheduled
def _integrate_associations(nodes_ngrams_count, ngrams_data, db, cursor):
"""
@param ngrams_data a set like {('single word', 2), ('apple', 1),...}
"""
print('INTEGRATE')
# integrate ngrams
ngrams_ids = bulk_insert_ifnotexists(
......
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