Metadata-Version: 1.1
Name: b4msa
Version: 2.0.2
Summary: Baselines for Multilingual Sentiment Analysis
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: A Baseline for Multilingual Sentiment Analysis (b4msa)
        ======================================================
        
        .. image:: https://travis-ci.org/INGEOTEC/b4msa.svg?branch=master
        	:target: https://travis-ci.org/INGEOTEC/b4msa   
        
        .. image:: https://ci.appveyor.com/api/projects/status/y8vwd9998p74hw0n/branch/master?svg=true
        	:target: https://ci.appveyor.com/project/mgraffg/b4msa/branch/master   
        
        .. 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://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>`_.
        
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
