Metadata-Version: 2.1
Name: b4msa
Version: 2.2.2
Summary: Baselines for Multilingual Sentiment Analysis
License: UNKNOWN
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
License-File: LICENSE

A Baseline for Multilingual Sentiment Analysis (b4msa)
======================================================

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

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

.. image:: https://anaconda.org/ingeotec/b4msa/badges/version.svg
	:target: https://anaconda.org/ingeotec/b4msa   

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

.. image:: https://anaconda.org/ingeotec/b4msa/badges/downloads.svg
	:target: https://anaconda.org/ingeotec/b4msa

.. image:: https://readthedocs.org/projects/b4msa/badge/?version=latest		 
        :target: https://b4msa.readthedocs.io/en/latest/?badge=latest

b4msa is multilingual framework, that can be served as a baseline for sentiment analysis
classifiers, as well as a starting point to build new sentiment analysis
systems.

b4msa extends our work on creating a text classifier (see `microTC
<http://github.com/ingeotec/microtc>`_) by incorporating different
language dependent techniques such as:

* Stemming
* Stopword
* Negations

The documentation is on `readthedocs <https://b4msa.readthedocs.io>`_.


