Description Usage Value References Examples
Function downloads IMDb dataset and prepares corresponding user ratings for easy usage.
1 | loadImdb()
|
Returns a list where entry named Corpus
contains the IMDb reviews,
and Rating
is the corresponding scaled rating.
Pang and Lee (2015) Seeing Stars: Exploiting Class Relationships for Sentiment Categorization with Respect to Rating Scales, Proceeding of the ACL. See http://www.cs.cornell.edu/people/pabo/movie-review-data
1 2 3 4 5 | ## Not run:
imdb <- loadImdb()
dictionary <- generateDictionary(imdb$Corpus, imdb$Rating)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.