airline_tweets {sentiment.ai} | R Documentation |
Airline Tweet Data
Description
This is a basic data that can be used to test out the installation and make sure that the model is running correctly. The current data is based on airline tweets with corresponding sentiment labels.
Usage
data(airline_tweets)
Format
An object of class data.table
with the "text" column required for
text processing and the "sentiment" column for checking positive
or negative predictions of the model.
[Package sentiment.ai version 0.1.1 Index]