Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 817 Bytes

package_reference.rst

File metadata and controls

50 lines (33 loc) · 817 Bytes

word_tokenize

underthesea.word_tokenize.word_tokenize

pos_tag

underthesea.pos_tag.pos_tag

chunking

underthesea.chunking.chunk

ner

underthesea.ner.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

underthesea.classification.classify

sentiment

Install dependencies

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

underthesea.sentiment.sentiment