This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Description
Questions:
- model.predict() includes argument k, what does it configure?
- model.predict() returns values 'speech' & 'skip', what do they mean?
- model.predict() returns 'positive', 'negative', 'neutral', how to get a unified sentiment value for the whole sentence? Sometimes positive is the greatest, sometimes negative is the greatest, sometimes neutral is the greatest. I would like to understand how to get a single score of the sentence sentiment in a range of -1 to 1. Any advice?