Metadata-Version: 1.1
Name: b4msa
Version: 0.1.5
Summary: Baselines for Multilingual Sentiment Analysis
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: |Build Status|
        
        |Coverage Status|
        
        A Baseline for Multilingual Sentiment Analysis (B4MSA)
        ======================================================
        
        Predict a training set using B4MSA
        ==================================
        
        Let us assume that B4MSA is installed and on the PATH, then the
        stratisfied k-fold can be computed as follows:
        
        .. code:: bash
        
            b4msa -k 2 text.json
        
        Note: it is recommended to install the following package
        
        .. code:: bash
        
            pip install tqdm
        
        Install B4MSA
        -------------
        
        Let us download python (from conda distribution), install it, and
        include python in the PATH.
        
        .. code:: bash
        
            wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
            chmod 755 miniconda.sh
            ./miniconda.sh -b
            export PATH=/home/$USER/miniconda3/bin:$PATH
        
        B4MSA needs the following dependencies.
        
        .. code:: bash
        
            pip install coverage
            pip install numpy
            pip install scipy
            pip install scikit-learn
            pip install gensim
            pip install nose
        
        | In order to install B4MSA use the following:
        | \* Clone the repository
        
        .. code:: bash
        
            git clone  https://github.com/INGEOTEC/b4msa.git
            cd b4msa
        
        -  Install the package as usual
        
           .. code:: bash
        
               python setup.py install
        
        .. |Build Status| image:: https://travis-ci.org/INGEOTEC/b4msa.svg?branch=master
           :target: https://travis-ci.org/INGEOTEC/b4msa
        .. |Coverage Status| image:: https://coveralls.io/repos/github/INGEOTEC/b4msa/badge.svg?branch=master
           :target: https://coveralls.io/github/INGEOTEC/b4msa?branch=master
        
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
