Metadata-Version: 1.1
Name: topogram
Version: 0.0.6
Summary: Network Analysis
Home-page: http://topogram.io
Author: Clement Renaud
Author-email: clement.renaud@gmail.com
License: UNKNOWN
Download-URL: http://github.com/topogram/topogram
Description: # Topogram -- text networks analysis in Python  
        
        
        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](http://topogram.readthedocs.org)
        
        ### Features
        
        * Support for large corpora
        * Citations graph
        * Word co-occurence graph
        * Time-based anlaysis (hour, day, month, year... )
        * Community detection (Louvain algorithm)
        
        ## Tests
        
        Build and pass the tests
        
             python setup.py test 
        
Keywords: network,visualization,NLP
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Environment :: Other Environment
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
