Metadata-Version: 2.1
Name: gismo
Version: 0.2.0
Summary: GISMO is a NLP tool to rank and organize a corpus of documents according to a query.
Home-page: https://github.com/balouf/gismo
Author: Fabien Mathieu
Author-email: fabien.mathieu@normalesup.org
License: GNU General Public License v3
Description: =====
        GISMO
        =====
        
        
        .. image:: https://img.shields.io/pypi/v/gismo.svg
                :target: https://pypi.python.org/pypi/gismo
        
        .. image:: https://img.shields.io/travis/balouf/gismo.svg
                :target: https://travis-ci.org/balouf/gismo
        
        .. image:: https://readthedocs.org/projects/gismo/badge/?version=latest
                :target: https://gismo.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        .. image:: https://codecov.io/gh/balouf/gismo/branch/master/graphs/badge.svg
                :target: https://codecov.io/gh/balouf/gismo/branch/master/graphs/badge
                :alt: Code Coverage
        
        
        
        
        
        GISMO is a NLP tool to rank and organize a corpus of documents according to a query.
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://gismo.readthedocs.io.
        
        
        Features
        --------
        
        * TF-IDTF
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `francois-durand/package_helper`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`francois-durand/package_helper`: https://github.com/francois-durand/package_helper
        
        
        =======
        History
        =======
        
        0.1.0 (2020-04-30)
        ------------------
        
        * First release on PyPI.
        
Keywords: gismo
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
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
