Commit 16f6b662 authored by delanoe's avatar delanoe

[FIX] Graph parameters: ok

parent 56ccef86
......@@ -229,10 +229,10 @@ def get_cooc(request=None, corpus=None, cooc_id=None, type='node_link', size=siz
#print(n)
#print(m)
nodes_included = 100 #int(round(size/20,0))
nodes_included = 200 #int(round(size/20,0))
#nodes_excluded = int(round(size/10,0))
nodes_specific = 50 #int(round(size/10,0))
nodes_specific = 200 #int(round(size/10,0))
#nodes_generic = int(round(size/10,0))
# TODO user the included score for the node size
......
......@@ -127,7 +127,6 @@ def compute_tfidf_global(corpus):
tfidf_node = get_or_create_node(nodetype='Tfidf (global)', corpus=corpus)
# compute terms frequency sum
db, cursor = get_cursor()
......
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