Topogram is a data mining library to produce time-based networks and maps from text data.
With tools for validation and parsing, Topogram provides a pipeline to create visualizations of relationships between multiple entities like people, words, time and places. Based on networkx, NLTK and d3js, it provides a complete toolkit to create advanced social network analysis from raw datasets.
Read the documentation at topogram.readthedocs.org
pip install topogram
or
pip install git+http://github.com/topogram/topogram.git#egg=topogram
Topogram is still in beta.
If you have any trouble or questions, please open an issue. We'll do our best to help you solve it.
Topogram is under development. Code and pull requests are very welcome.
pip install -r dev_requirements.txt
make test
Build the documentation (with sphinx)
make documentation
make upload-docs # publish online