| 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 | |
| 1. **Interactive Visualizations**: Zoom, drag, and toggle physics-enabled word-word network visualizations using Vis.js. | |
| 2. **Custom Stopwords**: Filter out noise words and focus on high-value conceptual connections. | |
| 3. **Sliding Window Adjustment**: Control how far apart two words can be (window size) to construct a connection. | |
| 4. **Data Exports**: Download a clean, sorted edge list CSV for further network analysis in tools like Gephi. | |