Changes in version 0.1.0

o ADD: added default options to `transformer_scores`: Cross-Encoder's RoBERTa and distillRoBERTa as well as Facebook's BART Large

o ADD: added ability to specify any zero-shot classification pipeline by using specified pipeline's name (see Examples in `transformer_scores`)

o ADD: package startup message

o ADD: `utils-transforEmotion` for internal functions

o ADD: added `nlp_scores` to compute semantic similarities using Natural Language Processing with word embeddings

o ADD: basic preprocessing functions (internally handled)

o ADD: `stop_words` from the *tm* package for preprocessing


Initial commit version 0.0.1