osd_data {opitools} | R Documentation |
Observed sentiment document (OSD).
Description
A tidy-format list (dataframe) showing the resulting
classification of each text record into positive, negative
or neutral sentiment. The second column of the dataframe consists of
labels variables present
and absent
to indicate whether any of the secondary
keywords exist in a text record.
Usage
osd_data
Format
A dataframe with the following variables:
ID: numeric id of text record with valid resultant sentiments score and classification.
sentiment: Containing the sentiment classes.
keywords: Indicator to show whether a secondary keyword in present or absent in a text record.
[Package opitools version 1.8.0 Index]