Metadata-Version: 1.1
Name: EvoMSA
Version: 1.2.3
Summary: Sentiment Analysis System based on B4MSA and EvoDAG
Home-page: https://github.com/ingeotec/EvoMSA
Author: Mario Graff
Author-email: mgraffg@ieee.org
License: UNKNOWN
Description: EvoMSA
        ==================================
        .. image:: https://travis-ci.org/INGEOTEC/EvoMSA.svg?branch=master
        	   :target: https://travis-ci.org/INGEOTEC/EvoMSA
        
        .. image:: https://ci.appveyor.com/api/projects/status/wg01w00evm7pb8po?svg=true
        	   :target: https://ci.appveyor.com/project/mgraffg/evomsa
        
        .. image:: https://coveralls.io/repos/github/INGEOTEC/EvoMSA/badge.svg?branch=master	    
        	   :target: https://coveralls.io/github/INGEOTEC/EvoMSA?branch=master
        
        .. image:: https://anaconda.org/ingeotec/evomsa/badges/version.svg
        	   :target: https://anaconda.org/ingeotec/evomsa
        
        .. image:: https://badge.fury.io/py/EvoMSA.svg
        	   :target: https://badge.fury.io/py/EvoMSA
        
        .. image:: https://readthedocs.org/projects/evomsa/badge/?version=latest
        	   :target: https://evomsa.readthedocs.io/en/latest/?badge=latest
        
        EvoMSA is a Sentiment Analysis System based on
        `B4MSA <https://github.com/ingeotec/b4msa>`_  and
        `EvoDAG <https://github.com/mgraffg/EvoDAG>`_. EvoMSA is a stack
        generalisation algorithm specialised on text classification
        problems. It works by combining the output of different text models to
        produce the final prediction.
        
        The documentation is on `readthedocs <https://evomsa.readthedocs.io>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
