Metadata-Version: 2.4
Name: EvoMSA
Version: 2.0.14
Summary: Set of algorithms to detect the dialect of a given text
License-Expression: Apache-2.0
Project-URL: Homepage, https://evomsa.readthedocs.io
Project-URL: Repository, https://github.com/INGEOTEC/EvoMSA
Project-URL: Issues, https://github.com/INGEOTEC/EvoMSA/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scikit-learn>=1.3.0
Requires-Dist: cython
Requires-Dist: microtc
Requires-Dist: b4msa
Requires-Dist: ingeoml>=0.0.25
Dynamic: license-file

EvoMSA
==================================
.. image:: https://github.com/INGEOTEC/EvoMSA/actions/workflows/test.yaml/badge.svg
		:target: https://github.com/INGEOTEC/EvoMSA/actions/workflows/test.yaml

.. image:: https://coveralls.io/repos/github/INGEOTEC/EvoMSA/badge.svg?branch=develop
		:target: https://coveralls.io/github/INGEOTEC/EvoMSA?branch=develop

.. image:: https://badge.fury.io/py/EvoMSA.svg
		:target: https://badge.fury.io/py/EvoMSA

.. image:: https://dev.azure.com/conda-forge/feedstock-builds/_apis/build/status/evomsa-feedstock?branchName=main
	    :target: https://dev.azure.com/conda-forge/feedstock-builds/_build/latest?definitionId=16466&branchName=main

.. image:: https://img.shields.io/conda/vn/conda-forge/evomsa.svg
		:target: https://anaconda.org/conda-forge/evomsa

.. image:: https://img.shields.io/conda/pn/conda-forge/evomsa.svg
		:target: https://anaconda.org/conda-forge/evomsa

.. image:: https://readthedocs.org/projects/evomsa/badge/?version=docs
		:target: https://evomsa.readthedocs.io/en/docs/?badge=docs
    
.. image:: https://colab.research.google.com/assets/colab-badge.svg
		:target: https://colab.research.google.com/github/INGEOTEC/EvoMSA/blob/docs/docs/EvoMSA2.ipynb   

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>`_.
