A newer version of the Gradio SDK is available: 6.20.0
metadata
title: Co-occurrence Networks
emoji: 📊
colorFrom: red
colorTo: yellow
sdk: gradio
app_file: app.py
pinned: false
Word Co-occurrence Networks
An interactive computational linguistics application that maps and visualizes word co-occurrences based on textual proximity. Useful for analyzing key themes, concept maps, and stylistic structures in literature, media, and digital archives.
Features
- Interactive Visualizations: Zoom, drag, and toggle physics-enabled word-word network visualizations using Vis.js.
- Custom Stopwords: Filter out noise words and focus on high-value conceptual connections.
- Sliding Window Adjustment: Control how far apart two words can be (window size) to construct a connection.
- Data Exports: Download a clean, sorted edge list CSV for further network analysis in tools like Gephi.