We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ceda4 commit af14fcaCopy full SHA for af14fca
1 file changed
server/preprocessing/other-scripts/summarize.R
@@ -86,7 +86,7 @@ create_cluster_labels <- function(clusters, metadata,
86
summary <- filter_out_nested_ngrams(names(top_ngrams), 3)
87
summary = lapply(summary, FUN = function(x) {paste(unlist(x), collapse="; ")})
88
summary = gsub("_", " ", summary)
89
- summary = paste(summary, collapse="; ")
+ summary = paste(summary, collapse=", ")
90
}
91
clusters$cluster_labels[c(matches)] = summary
92
0 commit comments