Metadata-Version: 1.1
Name: languageflow
Version: 1.1.6rc0
Summary: Useful stuffs for NLP experiments
Home-page: https://github.com/undertheseanlp/languageflow
Author: Vu Anh
Author-email: brother.rain.1024@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Description: ============
        LanguageFlow
        ============
        
        .. image:: https://img.shields.io/pypi/v/languageflow.svg
                :target: https://pypi.python.org/pypi/underthesea
        
        .. image:: https://img.shields.io/pypi/pyversions/languageflow.svg
                :target: https://pypi.python.org/pypi/underthesea
        
        .. image:: https://img.shields.io/pypi/l/languageflow.svg
                :target: https://pypi.python.org/pypi/underthesea
        
        .. image:: https://img.shields.io/travis/magizbox/underthesea.svg
                :target: https://travis-ci.org/magizbox/underthesea
        
        .. image:: https://readthedocs.com/projects/languageflow/badge/?version=latest
                :target: http://languageflow.readthedocs.io/en/stable/
                :alt: Documentation Status
        
        LanguageFlow is a toolkit to manage corpus, train and develop NLP models
        
        
        Installation
        ----------------------------------------
        
        
        Stable version
        
        .. code-block:: bash
        
            $ pip install https://github.com/undertheseanlp/languageflow/archive/master.zip
        
        Develop version
        
        .. code-block:: bash
        
            $ pip install https://github.com/undertheseanlp/languageflow/archive/develop.zip
        
        
        =======
        History
        =======
        
        1.6.1 (inprogress)
        ------------------
        
        * 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 :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
