cbail / textnets

R package to perform automated text analysis using network techniques
MIT License
211 stars 62 forks source link

clustering in TextCommunities() #30

Open alexlusco opened 1 year ago

alexlusco commented 1 year ago

Noticed that community detection in TextCommunities() and VisTextNet() functions is slightly different. From inspecting the code, looks like communities<-cluster_louvain(text_network) in the TextCommunities() function should be communities<-cluster_louvain(pruned). Love this library. Thanks for making it.