Metadata-Version: 2.1
Name: sisu
Version: 0.2.0
Summary: Performs extractive, hierarchical, summarization out of a corpus of documents.
Home-page: https://github.com/balouf/sisu
Author: Mélanie Cambus, Marc-Olivier Buob, 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.X.X (2021-XX-XX): TODO
        -----------------------------------
        
        * Run experiments and comparison on the flat summarizer
        
        * Start converting the Wikipedia Animals dataset
        
        * Start converting hierarchical summary notebook
        
        -----------------------------------
        0.2.0 (2021-03-14): Flat summarizer
        -----------------------------------
        
        * Main update: fully-functional flat summarizer!
        
          * Fully customisable;
        
          * Fully documented.
        
        * Two tutorials
        
          * Building a Gismo for the Covid dataset;
        
          * Flat summarizer on the Covid dataset.
        
        * Change of paradigm: start from the notebook and build the module cell by cell.
        
        * Consequences: all non-converted modules from 0.1.2 are moved to the pit. They will be restored during the notebook transformation.
        
        * sentence splitter optimized big time using nltk hidden features!
        
        
        
        ---------------------------------
        0.1.2 (2021-03-03): the *pit*
        ---------------------------------
        
        * Batch import of remaining modules in a temporary submodule (the *pit*). The *pit* will be dispatched afterwards.
        
        * Fix import issues (e.g. spacy neuralcoref version incompatibility, Qt5, sknetwork...)
        
        * submodule gismo_wrapper on death row (may never leave the pit)
        
        * Embedding_idf OK
        
        * Building summary: summarize and make_tree have been updated to work.
        
        * Lot's of cleaning remains (separating covid/generic, unified pre-proc and source convention,...)
        
        * Take down neuralcoref for the moment. Does not build on github.
        
        
        ---------------------------------
        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
