Metadata-Version: 2.1
Name: sisu
Version: 0.1.1
Summary: Performs extractive, hierarchical, summarization out of a corpus of documents.
Home-page: https://github.com/balouf/sisu
Author: Fabien Mathieu
Author-email: fabien.mathieu@normalesup.org
License: BSD license
Description: ========================================
        Structured and Interactive Summarization
        ========================================
        
        
        .. image:: https://img.shields.io/pypi/v/sisu.svg
                :target: https://pypi.python.org/pypi/sisu
                :alt: PyPI Status
        
        .. image:: https://github.com/balouf/sisu/workflows/build/badge.svg?branch=master
                :target: https://github.com/balouf/sisu/actions?query=workflow%3Abuild
                :alt: Build Status
        
        .. image:: https://github.com/balouf/sisu/workflows/docs/badge.svg?branch=master
                :target: https://github.com/balouf/sisu/actions?query=workflow%3Adocs
                :alt: Documentation Status
        
        
        .. image:: https://codecov.io/gh/balouf/sisu/branch/master/graphs/badge.svg
                :target: https://codecov.io/gh/balouf/sisu/branch/master/graphs
                :alt: Code Coverage
        
        
        
        Performs extractive, hierarchical, summarization out of a corpus of documents.
        
        
        * Free software: BSD license
        * Documentation: https://balouf.github.io/sisu/.
        
        
        --------
        Features
        --------
        
        * Preprocessing tools.
        
        -------
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `francois-durand/package_helper_2`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`francois-durand/package_helper_2`: https://github.com/francois-durand/package_helper_2
        
        
        =======
        History
        =======
        
        ---------------------------------
        0.1.1 (2021-02-23): data_loader
        ---------------------------------
        
        * Finish import / transformation of the data_loader module.
        
        
        ---------------------------------
        0.1.0 (2021-02-23): First release
        ---------------------------------
        
        * First release on PyPI.
        
        * Preprocessing submodule deployed
        
Keywords: sisu
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
