Skip to content

Commit af14fca

Browse files
authored
small backend improvements
1 parent 53ceda4 commit af14fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/preprocessing/other-scripts/summarize.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ create_cluster_labels <- function(clusters, metadata,
8686
summary <- filter_out_nested_ngrams(names(top_ngrams), 3)
8787
summary = lapply(summary, FUN = function(x) {paste(unlist(x), collapse="; ")})
8888
summary = gsub("_", " ", summary)
89-
summary = paste(summary, collapse="; ")
89+
summary = paste(summary, collapse=", ")
9090
}
9191
clusters$cluster_labels[c(matches)] = summary
9292
}

0 commit comments

Comments
 (0)