Skip to content

Textnets version 0.4.1

Compare
Choose a tag to compare
@jboynyc jboynyc released this 11 Jun 14:45
  • Documented TextnetBase methods to output lists of nodes ranked by various centrality measures: top_betweenness and several more.
  • Added top_cluster_nodes to output list of top nodes per cluster found via community detection. This is useful when trying to interpret such clusters as themes/topics (in the projected word-to-word graph) or as groupings (in the document-to-document graph).
  • Small additions to documentation.