classifiers package¶
Functions¶
|
Classifier factory |
Classes¶
|
BERT Sentiment Detect sentiments out of the text fragments using transformer bases pre-trained models, We provide the following pre-trained models: |
|
|
|
Classifier which uses the cosine similarity to classify. |
|
FastText classifier (see: https://fasttext.cc/). |
|
K-Fold Validation |
|
Generic scikit-learn |
|
Classifier for creating predictions from a smartfilter. |
|
Vader Sentiment Applies rule based sentiment analysis (positive, neutral, negative) on each document. |