Module

cli.commands.graph.communities

Community detection command for discovering topical clusters.

Functions

communities
🔍 Discover topical communities in your content. Uses the Louvain algorithm to find natural cluster…
7 None
def communities(min_size: int, resolution: float, top_n: int, format: str, seed: int, config: str, source: str) -> None

🔍 Discover topical communities in your content.

Uses the Louvain algorithm to find natural clusters of related pages. Communities represent topic areas or content groups based on link structure.

Use community detection to:

  • Discover hidden content structure
  • Organize content into logical groups
  • Identify topic clusters
  • Guide taxonomy creation

Parameters 7

Name Type Default Description
min_size int
resolution float
top_n int
format str
seed int
config str
source str