You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compute scores for how objective or subjective a piece of text is. The sign indicates which direction the text leans. For example, a positive score could mean the text is more likely to be verifiable fact than opinion. The magnitude just indicates the degree of being objective or subjective.
Objectives
Use a library with such functionality e.g. TextBlob. This feature is usually part of sentiment analysis libraries.
Write functions that allow objective-subjective scoring on the sentence, paragraph, and whole document level.
The text was updated successfully, but these errors were encountered:
Description
Compute scores for how objective or subjective a piece of text is. The sign indicates which direction the text leans. For example, a positive score could mean the text is more likely to be verifiable fact than opinion. The magnitude just indicates the degree of being objective or subjective.
Objectives
The text was updated successfully, but these errors were encountered: