Topogram is a Python library for extracting and visualizing networks of words and citations from raw data (Twitter, Weibo, news, etc...) Target audience is developers, researchers, journalists interested in an easy way to analyze texts.
Documentation available at topogram.readthedocs.org
- Support for large corpora
- Citations graph
- Word co-occurence graph
- Time-based anlaysis (hour, day, month, year... )
- Community detection (Louvain algorithm)
Build and pass the tests
python setup.py test