Commit cf2f4ac9 authored by PkSM3's avatar PkSM3

[UPDATE] name - id (ngrams table)

parent d573a2ce
......@@ -657,7 +657,7 @@ function Main_test( data , initial) {
var node_info = {
"id" : le_ngram.id,
"name": le_ngram.id+"_"+le_ngram.name,
"name": le_ngram.name,
"score": le_ngram.scores[FirstScore],//le_ngram.scores.tfidf_sum / le_ngram.scores.occ_uniq,
"flag":false,
"group_plus": true,
......
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