SELECT a.name, b.name, edge_weight FROM co_occur WHERE days <= 30;
Entity Graph
Entities co-mentioned within 30 days. Bigger nodes = more mentions, thicker edges = more co-occurrences.
GET /v1/entities/graph?days=30application/json
$curl https://api.wpnews.pro/v1/entities/graph?days=30 | jq '.nodes | length'
// graph viz
Interactive graph rendering coming soon. Pull the JSON via the curl above and visualize with your tool of choice (d3, vis-network, cytoscape).