Every time I pass a paragraph to analyze_sentiment(), the sentence magnitude score is always just the absolute value of the sentiment score.
I also see this in the example response in the docs, here: https://cloud.google.com/natural-language/docs/basics#sentiment_analysis_response_fields
However, the docs state that magnitude returns between 0.0 and +inf.
Am I missing the meaning of 'magnitude', or is there something else going on?