
Function to merge similar clusters
merge_clusters.RdThis function will iteratively merge clusters that result similar in the centroid. The merging will stop as soon as the cosine similarity between all pairs of clusters is below `cutoff`

merge_clusters.RdThis function will iteratively merge clusters that result similar in the centroid. The merging will stop as soon as the cosine similarity between all pairs of clusters is below `cutoff`