Commit 51e6eb60 authored by delanoe's avatar delanoe

[COSMETICS]

parent 1fcead98
......@@ -240,7 +240,7 @@ def compute_tfidf_global(corpus):
lnD = log(D)
cursor.execute('UPDATE tmp__idf SET idf = idf + %f' % (lnD, ))
# show off
dbg.show('insert tfidf for %d documents' % D)
dbg.show('insert tfidf for %d documents' % (D, ))
cursor.execute('''
INSERT INTO
%s (nodex_id, nodey_id, ngram_id, score)
......
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