process_episode_words: Processes lines and ratings and creates a data frame usable...

Description Usage Arguments Value

Description

Each row of the data frame is a word spoken by a character in an episode. Appart from data from episode_lines and imdb_ratings, it also contains a sentiment score, a word stem and a logical flag saying if a word is a **swear** word or not.

Usage

1
process_episode_words(lines, ratings, keep_stopwords = FALSE)

Arguments

lines

episode_lines

ratings

imdb_ratings

keep_stopwords

If TRUE, (default FALSE), the dataset will contain stopwords after processing.

Value

A data frame of words.


pdrhlik/southparkr documentation built on May 8, 2019, 1:49 p.m.