Metadata-Version: 2.1
Name: sisu
Version: 0.1.2
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
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
Requires-Dist: nltk
Requires-Dist: numpy
Requires-Dist: dill
Requires-Dist: gismo
Requires-Dist: scikit-network
Requires-Dist: matplotlib
Requires-Dist: PyQt5

========================================
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.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


