Metadata-Version: 1.1
Name: languageflow
Version: 1.1.9a0
Summary: Useful stuffs for NLP experiments
Home-page: https://github.com/undertheseanlp/languageflow
Author: Vu Anh
Author-email: anhv.ict91@gmail.com
License: GNU General Public License v3
Description: ============
        LanguageFlow
        ============
        
        .. image:: https://img.shields.io/pypi/v/languageflow.svg
                :target: https://pypi.python.org/pypi/languageflow
        
        .. image:: https://img.shields.io/pypi/pyversions/languageflow.svg
                :target: https://pypi.python.org/pypi/languageflow
        
        .. image:: https://img.shields.io/badge/license-GNU%20General%20Public%20License%20v3-brightgreen.svg
                :target: https://pypi.python.org/pypi/languageflow
        
        .. image:: https://img.shields.io/travis/undertheseanlp/languageflow.svg
                :target: https://travis-ci.org/undertheseanlp/languageflow
        
        .. image:: https://readthedocs.org/projects/languageflow/badge/?version=latest
                :target: http://languageflow.readthedocs.io/en/latest/
                :alt: Documentation Status
        
        Data loaders and abstractions for text and NLP
        
        Requirements
        ------------
        
        Install dependencies
        
        .. code-block:: bash
        
            $ pip install future, tox, joblib
            $ pip install numpy scipy pandas scikit-learn==0.19.1
            $ pip install python-crfsuite==0.9.5
            $ pip install Cython
            $ pip install -U fasttext --no-cache-dir --no-deps --force-reinstall
            $ pip install xgboost
        
        
        Installation
        ------------
        
        .. code-block:: bash
        
            $ pip install languageflow
        
        Components
        ------------
        
        * Transformers: NumberRemover, CountVectorizer, TfidfVectorizer
        * Models: SGDClassifier, XGBoostClassifier, KimCNNClassifier, FastTextClassifier, CRF
        
        
        =======
        History
        =======
        
        1.1.7 (2018-04-12)
        ------------------------
        
        * Automatic deploy with travis and pypi
        * Fix dependencies hell
        
        
        1.1.6 (2017-12-26)
        ------------------
        
        * Add data module to handle data downloading and data preprocessing
        * Add many new models: SGDClassifier, XGBoostClassier, FastTextClassifier, CRF
        * Add new feature: LanguageBoard
        * Automatic continuous integration with travis-ci
        * Build docs with readthedocs.org
        
        
        1.1.5 (2017-12-11)
        ------------------
        
        * Refactor project to integrate with underthesea experiment
        
        0.1.0 (2017-09-18)
        ------------------
        
        * First release on PyPI.
        
        
Keywords: languageflow
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
