Skip to content

Latest commit

 

History

History
49 lines (24 loc) · 1.74 KB

README.md

File metadata and controls

49 lines (24 loc) · 1.74 KB

Topogram

Build Status Coverage Status Documentation Status

Topogram is a data mining library to produce time-based networks and maps from text data.

About

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.

Usage

Read the documentation at topogram.readthedocs.org

Install

pip install topogram

or

pip install git+http://github.com/topogram/topogram.git#egg=topogram

Troubleshooting

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.

Development

Topogram is under development. Code and pull requests are very welcome.

Tests

pip install -r dev_requirements.txt 
make test

Documentation

Build the documentation (with sphinx)

make documentation 
make upload-docs # publish online