word_tokenize

pos_tag

chunking

ner

classify

Install dependencies and download default model

$ pip install Cython
$ pip install future scipy numpy scikit-learn
$ pip install -U fasttext --no-cache-dir --no-deps --force-reinstall
$ underthesea data

sentiment

Install dependencies

$ pip install future scipy numpy scikit-learn==0.19.2 joblib