LanguageFlow

https://img.shields.io/pypi/v/languageflow.svg https://img.shields.io/pypi/pyversions/languageflow.svg https://img.shields.io/pypi/l/languageflow.svg https://img.shields.io/travis/undertheseanlp/languageflow.svg Documentation Status

Data loaders and abstractions for text and NLP

Requirements

Dependencies:

  • future, tox, joblib
  • numpy, scipy, pandas, scikit-learn==0.19.0
  • python-crfsuite
  • fasttext==0.8.3
  • xgboost

Install dependencies

$ pip install future, tox, joblib
$ pip install numpy scipy pandas scikit-learn==0.19.0
$ 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

Stable version

$ pip install https://github.com/undertheseanlp/languageflow/archive/master.zip

Develop version

$ pip install https://github.com/undertheseanlp/languageflow/archive/develop.zip